Mercurial > about-mozilla-redesign-2
view about-mozilla.css @ 5:069a5ff4aba6
Headlines now have a gray background.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Feb 2009 14:22:52 -0800 |
parents | 0342c0407851 |
children | e0cadd9e8161 |
line wrap: on
line source
body { font-family: Helvetica Neue; font-size: 9pt; line-height: 1.4em; } #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; border-bottom: 1px solid black; margin: 6pt; padding-top: 6pt; padding-bottom: 6pt; } #subheader { display: inline; font-size: 9pt; font-weight: normal; color: gray; } #body { } .entry { float: left; width: 20em; padding: 6pt; } .headline { height: 3em; background: gray; color: white; padding: 4pt; } .content { } #raw-issue { display: none; } a { color: black; text-decoration: none; border-bottom: 1px dotted gray; }