Author: mseidel
Date: Wed Jan 18 09:37:57 2017
New Revision: 1779306
URL: http://svn.apache.org/viewvc?rev=1779306&view=rev
Log:
Fixed typo, unified text color
Modified:
openoffice/ooo-site/trunk/content/css/ooo.css
Modified: openoffice/ooo-site/trunk/content/css/ooo.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/ooo.css?rev=1779306&r1=1779305&r2=1779306&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/ooo.css (original)
+++ openoffice/ooo-site/trunk/content/css/ooo.css Wed Jan 18 09:37:57 2017
@@ -71,7 +71,7 @@ a:hover {
a img { border: none; }
h1,h2,h3,h4,h5,h6 {
- color: #193240;
+ color: #333333;
text-transform:uppercase;
}
@@ -109,7 +109,7 @@ h1,h2,h3,h4,h5,h6 {
font-weight: normal;
text-transform:none;
margin: 11px 0 15px;
- padding: px 0;
+ padding: 0px;
}
#content h1 {
@@ -317,12 +317,12 @@ td {
}
#leftnav h1 {
- color: #000;
+ color: #333333;
font-size: 1em;
padding: 0;
margin-top: 0.8em;
margin-bottom: 0;
- border-bottom: 1px solid #a3afb6;
+ border-bottom: 1px solid #555555;
}
#leftnav ul {