Mercurial > about-mozilla-redesign-2
view about-mozilla.css @ 9:061eee7cffe6
Added more font-families so this shouldn't look too bad on systems that lack Helvetica.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Feb 2009 15:33:24 -0800 |
parents | c48b85f6aff9 |
children | e357d4e48bb2 |
line wrap: on
line source
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 1.4em; background: black; padding: 0; margin: 0; } #issue { display: none; } #header { /* Too bad font-stretch isn't implemented in Firefox yet... */ font-stretch: condensed; font-variant: small-caps; font-weight: bold; font-size: 18pt; margin: 6pt; padding-top: 6pt; padding-bottom: 6pt; color: white; } #subheader { display: inline; font-size: 9pt; font-weight: normal; color: gray; } #body { } .entry { background: white; float: left; width: 20em; border-right: 1px dotted gray; } .headline { font-weight: bold; height: 3em; padding: 6pt; background: #f0f0f0; } .content { padding-left: 6pt; padding-right: 6pt; } #raw-issue { display: none; } a { color: black; text-decoration: none; border-bottom: 1px dotted gray; }