diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-16 23:00:41 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-16 23:00:41 +0200 |
commit | 846b8d0211197b5fb473647d535887ad4b750187 (patch) | |
tree | c81bea222f4903e48161e3005d425fc78d9c2d24 /website/index.css | |
parent | 08a7452f3ca40f4eaa29b430828d751e0adc96a8 (diff) | |
download | lombok-846b8d0211197b5fb473647d535887ad4b750187.tar.gz lombok-846b8d0211197b5fb473647d535887ad4b750187.tar.bz2 lombok-846b8d0211197b5fb473647d535887ad4b750187.zip |
Made the downloadinfo on the index page a bit smaller (it was overflowing its container), and removed the fun but unreliable glow effect.
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/website/index.css b/website/index.css index ffe1c9a3..aa9a9e51 100644 --- a/website/index.css +++ b/website/index.css @@ -13,9 +13,14 @@ h1 { text-align: center; } -#buttonBar a.js { - color: black; +#buttonBar a { text-decoration: none; + color: black; +} + +#buttonBar a:hover { + text-decoration: underline; + color: blue; } .buttonBar { @@ -94,15 +99,15 @@ code { } #downloadInfo { - font-size: 16px; + font-size: 14px; } #downloadInfo p { - padding: 12px; + padding: 8px; } .downloadActions { - margin-top: 16px; + margin-top: 8px; margin-left: 32px; } .downloadActions a { |