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 03:43:34 UTC

svn commit: r1142141 - /incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css

Author: wave
Date: Sat Jul  2 01:43:34 2011
New Revision: 1142141

URL: http://svn.apache.org/viewvc?rev=1142141&view=rev
Log:
Tighten up the margins at the top and get back about 32 px of empty space

Modified:
    incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css

Modified: incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css?rev=1142141&r1=1142140&r2=1142141&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css Sat Jul  2 01:43:34 2011
@@ -22,7 +22,7 @@ body {
 }
 
 #banner {
-  padding: 0 0 10px 10px;
+  padding: 0 0 0 0;
 }
 
 a {
@@ -46,7 +46,7 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #content {
-  margin: 20px 150px 20px 250px;
+  margin: 0 150px 20px 250px;
   padding: 0 8px 40px;
   color: #333;
 }
@@ -79,9 +79,6 @@ h1,h2,h3,h4,h5,h6 {
   margin-bottom: 0.5em;
 }
 
-#content tr {
-}
-
 table {
   border-collapse:collapse;
 }
@@ -117,7 +114,7 @@ td {
   padding: 15px 15px 5px 25px;
   width: 180px;
   background: none repeat scroll 0 0 #f5f8fa;
-  margin: 20px 0 20px 0;
+  margin: 0 0 20px 0;
 }
 
 #navigation img {