Mercurial > about-mozilla-redesign-2
view about-mozilla.css @ 12:e357d4e48bb2
Changed layout to be vertical, displaying as many horizontal columns as can fit on the page; visuals are now black on white.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 01 Mar 2009 17:26:25 -0800 |
parents | 061eee7cffe6 |
children | efd49c761dbe |
line wrap: on
line source
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 1.4em; background: white; padding: 0; margin: 0; text-align: center; } #issue { display: none; text-align: left; margin: 0 auto; } #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: black; } #subheader { display: inline; font-size: 9pt; font-weight: normal; color: gray; } #body { } .entry { background: white; float: left; width: 20em; } .headline { font-weight: bold; height: 3em; padding: 6pt; border-top: 1px dotted gray; border-bottom: 1px dotted gray; } .content { padding-left: 6pt; padding-right: 6pt; } #raw-issue { display: none; } a { color: black; text-decoration: none; border-bottom: 1px dotted gray; }