You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/08/26 20:18:19 UTC

svn commit: r808147 - /jackrabbit/site/style/site.css

Author: jukka
Date: Wed Aug 26 18:18:19 2009
New Revision: 808147

URL: http://svn.apache.org/viewvc?rev=808147&view=rev
Log:
JCRSITE-20: Site readability improvements

No need for margins for the <pre/> elements.

Modified:
    jackrabbit/site/style/site.css

Modified: jackrabbit/site/style/site.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/style/site.css?rev=808147&r1=808146&r2=808147&view=diff
==============================================================================
--- jackrabbit/site/style/site.css (original)
+++ jackrabbit/site/style/site.css Wed Aug 26 18:18:19 2009
@@ -101,8 +101,7 @@
 tt          { color: #869900; }
 
 pre         { background: #E0E0E0;
-              margin-left: 2em;
-              margin-right: 2em;
+              overflow: auto;
               padding: 1em;
               border: 1px dotted black; }