[web] restore correct CSS

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Jul 6 11:48:07 UTC 2010


commit 879191ccb5fa9b98ae7d573c2838649dc571613d
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Jul 6 21:47:43 2010 +1000

    restore correct CSS

 public_html/index.html      |    5 +++--
 public_html/interactive.css |    8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/public_html/index.html b/public_html/index.html
index b25f91b..2389b26 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -3,11 +3,12 @@
 <html>
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-	<title>Documentation</title>
+	<title>Fedora Documentation</title>
 	<link rel="stylesheet" href="interactive.css" type="text/css" />
+<meta name="google-site-verification" content="tCDI3RhaKrvHxQOYpmjbVax8bf7-l2v07TBKIoKUkB4" /> <META name="y_key" content="5da9110489edfd56"> <meta name="msvalidate.01" content="60066C66C139DE9AF20AE37D6A42730E" />
 </head>
 <body class="nojs">
-<h1>Documentation</h1>
+<h1>Fedora Documentation</h1>
 <script type="text/javascript">
 	var lang = "";
 	if(window.navigator.userLanguage)
diff --git a/public_html/interactive.css b/public_html/interactive.css
index f3f70a5..c0b5975 100644
--- a/public_html/interactive.css
+++ b/public_html/interactive.css
@@ -172,7 +172,7 @@ object.toc, iframe.toc {
 	height: 100px;
 	background-image:url(images/title.png);
 	background-repeat: no-repeat;
-	background-color: #7b0000;
+	background-color: #294172;
 }
 
 .tocnav h1 {
@@ -349,7 +349,7 @@ object.toc, iframe.toc {
 }
 
 h1, h2, h3, h4, h5, th {
-	color: #a70000
+	color: #3C6EB4
 }
 
 .static_tocnavwrap ul {
@@ -404,7 +404,7 @@ h1, h2, h3, h4, h5, th {
 	padding-top: 1em;
 	margin-left: 1em !important;
 	font-size: 3em;
-	color: #a70000;
+	color: #3C6EB4;
 }
 
 .static_tocnavwrap h2 {
@@ -412,7 +412,7 @@ h1, h2, h3, h4, h5, th {
 	padding-top: 3em;
 	margin-left: 1em !important;
 	font-size: 2em;
-	color: #a70000;
+	color: #3C6EB4;
 }
 
 .static_tocnavwrap .version {


More information about the docs-commits mailing list