You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/10/04 15:40:33 UTC

svn commit: r1394072 - /incubator/ooo/ooo-site/trunk/content/support/print.css

Author: robweir
Date: Thu Oct  4 13:40:33 2012
New Revision: 1394072

URL: http://svn.apache.org/viewvc?rev=1394072&view=rev
Log:
Improve spacing

Modified:
    incubator/ooo/ooo-site/trunk/content/support/print.css

Modified: incubator/ooo/ooo-site/trunk/content/support/print.css
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/support/print.css?rev=1394072&r1=1394071&r2=1394072&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/support/print.css (original)
+++ incubator/ooo/ooo-site/trunk/content/support/print.css Thu Oct  4 13:40:33 2012
@@ -19,6 +19,7 @@ span.supporthead {
 	font-size: 1.5em;
 	font-weight: bold;
 	margin-top: 20px;
+    margin-bottom: 10px;
 	padding: 10px 0 5px 0;
 	background: url(book.gif) right top no-repeat;
 }
@@ -28,7 +29,7 @@ span.supporthead {
 
 .support li {
 	background: #F5F7FA url('lightfade.gif') right repeat-y;
-	margin-bottom: 2px;
+	margin-bottom: 5px;
 	border-bottom: 1px solid #C0CBDB;
 	padding-left: 20px;
 	padding-bottom: 5px;