diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
commit | a61efb8db4904a848ba69f3e87747db5883693c1 (patch) | |
tree | 6fd85362009f8ef991a40c822eb0e60474af41f6 /website/index.css | |
parent | 316ce2584a3d7b860dd3fbe96057df2086808364 (diff) | |
download | lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.gz lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.bz2 lombok-a61efb8db4904a848ba69f3e87747db5883693c1.zip |
Site now looks passable in IE6 and IE7 too.
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/website/index.css b/website/index.css index 884a13dc..e0a1e428 100644 --- a/website/index.css +++ b/website/index.css @@ -8,7 +8,8 @@ body { } h1 { - margin: 8px 0 16px 0; + padding: 8px 0 10px 0; + font-size: 20px; width: 100%; text-align: center; } @@ -120,7 +121,7 @@ code { background-color: #888; } -footer { +.footer { margin-top: 8px; display: block; color: #555; |