You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/07/02 01:19:54 UTC

svn commit: r792014 - in /websites/production/openofficeorg: ./ content/openofficeorg/css/ooo.css

Author: wave
Date: Fri Jul  1 23:19:53 2011
New Revision: 792014

Log:
Add #content li to css to make web pages read better.

Modified:
    websites/production/openofficeorg/   (props changed)
    websites/production/openofficeorg/content/openofficeorg/css/ooo.css

Propchange: websites/production/openofficeorg/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jul  1 23:19:53 2011
@@ -1 +1 @@
-/websites/staging/openofficeorg/trunk:791146-792011
+/websites/staging/openofficeorg/trunk:791146-792013

Modified: websites/production/openofficeorg/content/openofficeorg/css/ooo.css
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/css/ooo.css (original)
+++ websites/production/openofficeorg/content/openofficeorg/css/ooo.css Fri Jul  1 23:19:53 2011
@@ -76,6 +76,11 @@ h1,h2,h3,h4,h5,h6 {
   margin-bottom: 0;
 }
 
+#content li {
+  margin-bottom: 0.2em;
+  padding: 0;
+}
+
 .codehilite {
   background-color: #F00;
   padding: 0.01em 1em;