diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
commit | 55dd52942e11dae5510a5a4b261b296151532e1e (patch) | |
tree | 724a11cdb8eb715847de805713dc0f7e03fde04a /website/features/features.css | |
parent | de15a9d760d215b285d74a47184ca4e49c6c9268 (diff) | |
parent | a61efb8db4904a848ba69f3e87747db5883693c1 (diff) | |
download | lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.gz lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.bz2 lombok-55dd52942e11dae5510a5a4b261b296151532e1e.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'website/features/features.css')
-rw-r--r-- | website/features/features.css | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/website/features/features.css b/website/features/features.css index f2eff7fc..7edaf769 100644 --- a/website/features/features.css +++ b/website/features/features.css @@ -12,6 +12,10 @@ body { background-position: 50px 20px; } +* html #pepper { + background: none; +} + .meat { padding: 0px 48px; } @@ -22,20 +26,33 @@ body { left: 30px; } -.meat .minimumHeight { +.minimumHeight { height: 700px; - width: 5px; + width: 1px; float: right; } +* html .minimumHeight { + height: 0px; +} + h1 { + padding: 8px 0 10px 0; + font-size: 20px; width: 100%; text-align: center; } +.byline { + width: 100%; + text-align: center; + font-style: italic; + font-size: 1.3em; +} + .index { font-size: 1.2em; - margin: 64px 0px 32px 64px; + margin: 48px 0px 32px 64px; } .index dt { @@ -101,7 +118,7 @@ h1 { display: none; } -footer { +.footer { clear: left; margin: 0 auto 0 auto; padding: 16px 0 16px 0; @@ -109,11 +126,11 @@ footer { text-align: center; } -footer .disabled { +.footer .disabled { color: #aaa; } -footer .copyright { +.footer .copyright { color: #555; font-size: 11px; font-style: italic; |