Author: marcus
Date: Wed Feb 26 22:04:52 2014
New Revision: 1572294
URL: http://svn.apache.org/r1572294
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=1572294&r1=1572293&r2=1572294&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Wed Feb 26
22:04:52 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; }
@@ -31,7 +33,7 @@ h1 { padding-left: 0.5em; }
.optionset a p { margin: 0; padding: 0; color: #333; }
#bodycol .optionset p a:hover, #bodycol .optionset .button:hover p a { color:
#000; }
.optionset .button { margin-top: 10px; }
-.optionset .button h2 { margin: 0 0 0 -1px; margin-top: 0; padding: 0; cursor:
pointer; border: none; }
+.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 a h2 { display: block; padding: 0px 0% 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; }