Mercurial > hg-website
comparison static/css/styles.css @ 284:a1f67c008775
style: explicitly set background color
author | David Soria Parra <dsp@php.net> |
---|---|
date | Mon, 02 Nov 2009 14:15:30 +0100 |
parents | 8121534f8781 |
children | a358ffb8aea5 |
comparison
equal
deleted
inserted
replaced
282:fa62d8bbc649 | 284:a1f67c008775 |
---|---|
17 a:hover, a:focus { text-decoration: none; } | 17 a:hover, a:focus { text-decoration: none; } |
18 | 18 |
19 /* | 19 /* |
20 * General Document Settings | 20 * General Document Settings |
21 */ | 21 */ |
22 body { font: .975em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; width: 900px; margin: 0 auto; position: relative; } | 22 body { font: .975em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; background-color: #fff; width: 900px; margin: 0 auto; position: relative; } |
23 | 23 |
24 /* | 24 /* |
25 * Headings | 25 * Headings |
26 */ | 26 */ |
27 h1, h2, h3 { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; } | 27 h1, h2, h3 { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; } |