Author: marcus
Date: Wed Feb 26 21:46:48 2014
New Revision: 1572281
URL: http://svn.apache.org/r1572281
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=1572281&r1=1572280&r2=1572281&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:46:48 2014
@@ -24,8 +24,6 @@ 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; }
@@ -33,7 +31,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; padding: 0; cursor: pointer;
border: none; }
+.optionset .button h2 { margin: 0 0 0 -1px; margin-top: 0; 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; }