From 846b8d0211197b5fb473647d535887ad4b750187 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Thu, 16 Jul 2009 23:00:41 +0200
Subject: Made the downloadinfo on the index page a bit smaller (it was
overflowing its container), and removed the fun but unreliable glow effect.
---
website/download.html | 7 ++---
website/index.css | 15 ++++++----
website/index.html | 2 +-
website/index.js | 11 -------
website/logi/jQuery-all.js | 75 ----------------------------------------------
5 files changed, 14 insertions(+), 96 deletions(-)
diff --git a/website/download.html b/website/download.html
index 3bd36387..6ca67437 100644
--- a/website/download.html
+++ b/website/download.html
@@ -1,6 +1,6 @@
-
+
@@ -30,9 +30,8 @@
Just double-click the lombok.jar file you've downloaded 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!
-
- If double-clicking opens winrar or some other archiver, go to the command line and run:
+ library list in your java IDE). It's the only jar you need!
+ If double-clicking opens winrar or some other archiver, go to the command line and run java -jar lombok.jar to start the installer.