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 2014/02/26 22:43:34 UTC

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

Author: marcus
Date: Wed Feb 26 21:43:33 2014
New Revision: 1572277

URL: http://svn.apache.org/r1572277
Log:
Setting margin-top for 'h2' to 0

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=1572277&r1=1572276&r2=1572277&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Wed Feb 26 21:43:33 2014
@@ -24,6 +24,8 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
+#content h2 { margin-top: 0; }
+
 .optionset { margin: 0 0 0 -2px; float: left; width: 77%; max-width: 1200px; }
 .optionset a { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }
 .optionset p { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }
@@ -100,14 +102,14 @@ h1 { padding-left: 0.5em; }
 .sub-yellow_wo_icon { background: #FFFEAF; border-top: 1px solid #FBD34E; border-bottom: 1px solid #FBD34E; font-size: .8em; }
 .sub-yellow_wo_icon p { padding: .1em 3%; width: 94%; }
 
-.orange { background: url(http://www.openoffice.org/download/cachedimages/button-orange.png) #FFD9A7 right 0 no-repeat; }
+.orange { background: url(http://www.openoffice.org/download/cachedimages/button-orange.png) #FFD9A7 right top no-repeat; }
 .orange:hover { background: url(http://www.openoffice.org/download/cachedimages/button-orange.png) #FFBE67 right -200px no-repeat; }
 .orange h2 a { color: #D36812; }
 .orange:hover h2 a, #bodycol .orange h2 a:hover { color: #C94800; }
 .sub-orange { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; font-size: .8em; }
 .sub-orange p { padding: .1em 3%; width: 94%; }
 
-.red { background: #FFD9A7 right 0 no-repeat; cursor: default; }
+.red { background: #FFD9A7 right top no-repeat; cursor: default; }
 .red h2 a { color: #D36812; cursor: default; }
 .sub-red { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; font-size: .8em; cursor: default; }
 .sub-red p { padding: .1em 3%; width: 94%; cursor: default; }