From 63a4938a7da6d49ed4ef182369faffb9e43e5368 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 17 Jul 2009 18:36:31 +0200 Subject: Added documentation for the @Data annotation. Also fixed whitespace issues in the snippet views, and removed a debug print in one of the snippets. --- website/features/features.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'website/features/features.css') 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; -- cgit