Skip to content

Instantly share code, notes, and snippets.

View miketaylr's full-sized avatar
🌭

Mike Taylor miketaylr

🌭
View GitHub Profile
@vladikoff
vladikoff / bugzilla.css
Last active August 29, 2015 13:57
GitHub-like CSS override skin for Bugzilla
* {
font-family: Consolas, monospace!important;
}
body {
background: white;
font-size: 11px;
}
.bz_group_visibility_section {