You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/08/04 20:23:42 UTC

svn commit: r1510296 - /openoffice/ooo-site/trunk/content/download/test/exceptions.css

Author: marcus
Date: Sun Aug  4 18:23:42 2013
New Revision: 1510296

URL: http://svn.apache.org/r1510296
Log:
Reduced the empty space between text and top/bottom margins of the colored boxes

Modified:
    openoffice/ooo-site/trunk/content/download/test/exceptions.css

Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions.css?rev=1510296&r1=1510295&r2=1510296&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Sun Aug  4 18:23:42 2013
@@ -31,10 +31,10 @@ h1 { padding-left: 0.5em; }
 #bodycol .optionset p a:hover, #bodycol .optionset .button:hover p a { color: #000; }
 .optionset .button { margin-top: 20px; }
 .optionset .button h2 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
-.optionset .button h2 a { display: block; padding: 25px 25% 0 3%; font-weight: bold; width: 72%; text-decoration: none; cursor: pointer; }
+.optionset .button h2 a { display: block; padding: 15px 25% 0 3%; font-weight: bold; width: 72%; text-decoration: none; cursor: pointer; }
 .optionset .button h3 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
 .optionset .button h3 a { display: block; padding: 5px 25% 0 3%; font-weight: bold; width: 72%; text-decoration: none; cursor: pointer; }
-.optionset .button p { padding: 0; font-size: .9em; padding-bottom: 25px; cursor: pointer; }
+.optionset .button p { padding: 0; font-size: .9em; padding-bottom: 15px; cursor: pointer; }
 .optionset .button p a { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; width: 72%; }
 .optionset .first { margin-top: 0; }
 .optionset p.promotional { margin-top: 25px; }
@@ -109,10 +109,11 @@ h1 { padding-left: 0.5em; }
 #downloadextendedtext ul.nonqabuilds li ul { font-size: .5em; }
 
 /* .4em is a little bit too small for nonqa */
-/*Overrides some of the special settings for the parent li*/
+/* Overrides some of the special settings for the parent li */
 #downloadextendedtext ul li ul li { border: 0px none; margin: 0px; padding: 0px; width: auto; margin-right: .4em; }
 #downloadextendedtext ul li ul li:hover { background: none; }
 
 .largetable table tr.even td { background: #EEEEEE; }
 .largetable table tr.odd td  { background: none; }
 .builds   { background-position: left; background-repeat: no-repeat; padding: 2px 0 2px 18px; display: block; }
+