Mercurial > planet-ubiquity-redesign
changeset 7:c48b85f6aff9
More striking: black background for margins focuses reader's eyes to the content, which is a white strip. Headlines have light gray background.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Feb 2009 15:03:15 -0800 |
parents | e0cadd9e8161 |
children | fb7af41041cc |
files | about-mozilla.css |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/about-mozilla.css Sat Feb 28 14:42:08 2009 -0800 +++ b/about-mozilla.css Sat Feb 28 15:03:15 2009 -0800 @@ -2,6 +2,9 @@ font-family: Helvetica Neue; font-size: 9pt; line-height: 1.4em; + background: black; + padding: 0; + margin: 0; } #issue { @@ -14,10 +17,10 @@ font-variant: small-caps; font-weight: bold; font-size: 18pt; - border-bottom: 1px solid black; margin: 6pt; padding-top: 6pt; padding-bottom: 6pt; + color: white; } #subheader { @@ -31,18 +34,22 @@ } .entry { + background: white; float: left; width: 20em; - padding: 6pt; border-right: 1px dotted gray; } .headline { font-weight: bold; height: 3em; + padding: 6pt; + background: #f0f0f0; } .content { + padding-left: 6pt; + padding-right: 6pt; } #raw-issue {