diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-30 23:50:32 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-13 23:47:47 +0200 |
commit | 6e9205a5706f1caba39402a62318693ebff2426a (patch) | |
tree | 56cd23669ce2db358e644bd83079ef21a2e4fa42 /website/index.css | |
parent | cea08d77998acce659c6ffc712045b9772ad9c65 (diff) | |
download | lombok-6e9205a5706f1caba39402a62318693ebff2426a.tar.gz lombok-6e9205a5706f1caba39402a62318693ebff2426a.tar.bz2 lombok-6e9205a5706f1caba39402a62318693ebff2426a.zip |
Updated the download page for the website, which now includes a list with instructions for many platforms.
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/website/index.css b/website/index.css index 5a3c0a68..b89e65cb 100644 --- a/website/index.css +++ b/website/index.css @@ -52,7 +52,8 @@ h1 { height: 30px; line-height: 30px; font-size: 14px; - text-align: center + text-align: center; + clear: both; } .button { @@ -146,3 +147,22 @@ code { font-style: normal; font-weight: bold; } + +.downloadHelp { + margin: 32px 16px 32px 0px; +} + +.downloadHelp .platform { + font-size: 1.2em; + font-weight: bold; + padding-right: 32px; +} + +.stableLink { + font-size: 1.5em; + margin-bottom: 16px; +} + +.edgeLink { + margin-bottom: 16px; +} |