diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-17 18:36:31 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-17 18:36:31 +0200 |
commit | 63a4938a7da6d49ed4ef182369faffb9e43e5368 (patch) | |
tree | 09c839e50adb6ec293ef26f345f1d4de4400bd9a /website/features/features.css | |
parent | 84d017e27047042c2299110fe08302840c45320d (diff) | |
download | lombok-63a4938a7da6d49ed4ef182369faffb9e43e5368.tar.gz lombok-63a4938a7da6d49ed4ef182369faffb9e43e5368.tar.bz2 lombok-63a4938a7da6d49ed4ef182369faffb9e43e5368.zip |
Added documentation for the @Data annotation. Also fixed whitespace issues in the snippet views, and removed a debug print in one of the snippets.
Diffstat (limited to 'website/features/features.css')
-rw-r--r-- | website/features/features.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/features/features.css b/website/features/features.css index 98446bd8..4f8fe468 100644 --- a/website/features/features.css +++ b/website/features/features.css @@ -33,11 +33,16 @@ h1 { text-align: center; } +.overview code { + font-size: 1.2em; +} + .snippets { margin-top: 32px; } .snippets .pre { + white-space: pre; float: left; width: 45%; } @@ -56,6 +61,7 @@ h1 { } .snippets .post { + white-space: pre; float: left; width: 45%; } @@ -68,6 +74,10 @@ h1 { font-size: 14px; } +.snippet br { + display: none; +} + footer { clear: left; margin: 0 auto 0 auto; |