From b4a4da1f9741ea6afb147dd4289989ec705a3fbd Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 28 Jul 2009 18:17:15 +0200 Subject: 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. --- website/download.html | 10 +++++++++- website/index.css | 30 +++++++++++++++++++++--------- website/index.html | 13 +++++++++---- 3 files changed, 39 insertions(+), 14 deletions(-) (limited to 'website') diff --git a/website/download.html b/website/download.html index 5fd1f816..5b546b72 100644 --- a/website/download.html +++ b/website/download.html @@ -25,12 +25,20 @@ width: 100%; text-align: right; } + + h1 { + padding-bottom: 0; + margin-bottom: 4px; + }

Download Lombok

+
+ version: @VERSION@ | changelog +

- Just double-click the lombok.jar file you've downloaded to install lombok into + Just double-click the lombok.jar file you'll download to install lombok into your IDE. lombok.jar is also the jar you use as a project dependency (include it in your classpath when compiling with javac or add it to your project library list in your java IDE). It's the only jar you need!

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; } diff --git a/website/index.html b/website/index.html index a3a3f5b3..c85d2fb9 100644 --- a/website/index.html +++ b/website/index.html @@ -41,10 +41,15 @@ Report an issue - - - Download! - +

+ + + Download! + +
+ Version: @VERSION@ | changelog +
+