Mercurial > about-mozilla-redesign-2
view about-mozilla.css @ 8:fb7af41041cc
Fixed a bug in the calculation of the width of the page.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Feb 2009 15:12:11 -0800 |
parents | c48b85f6aff9 |
children | 061eee7cffe6 |
line wrap: on
line source
body { font-family: Helvetica Neue; 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; }