diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-28 18:17:15 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-28 18:17:15 +0200 |
commit | b4a4da1f9741ea6afb147dd4289989ec705a3fbd (patch) | |
tree | 76b17c3f29ac8418dedda8953cf1884b8843544f /website/index.css | |
parent | 36f01682d030b32353dd8504263a00536357d2b4 (diff) | |
download | lombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.tar.gz lombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.tar.bz2 lombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.zip |
Version is now 'standalone' - it is separately compiled. The version is now reflected in all javadoc pages, and on the website itself.
The website design has been updated to have a link to the changelog and to mention the current version.
Addresses issue #9.
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/website/index.css b/website/index.css index 7ce9878b..a1480c40 100644 --- a/website/index.css +++ b/website/index.css @@ -18,12 +18,12 @@ h1 { text-align: center; } -#buttonBar a { +#buttonBar a.button, a.downloadLink { text-decoration: none; color: black; } -#buttonBar a:hover { +#buttonBar a.button:hover, a.downloadLink:hover { text-decoration: underline; color: blue; } @@ -78,31 +78,43 @@ h1 { font-size: 14px; } -.download { +.downloadContainer { float: left; margin: 34px 8px 57px 40px; - background-image: url(downloadButton.png); - line-height: 56px; - width: 225px; - height: 56px; } code { font-weight: bold; } -.download img { +.downloadLink { + background-image: url(downloadButton.png); + display: block; + line-height: 56px; + width: 225px; + height: 56px; +} + +.downloadLink img { margin: 4px 20px 4px 16px; float: left; width: 48px; } -.download span { +.downloadLink span { display: block; font-size: 16px; font-weight: bold; } +.versionInfo { + font-size: 12px; + margin-top: 4px; + font-weight: normal; + width: 100%; + text-align: center; +} + #downloadInfo { font-size: 14px; } |