You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/04/28 16:21:38 UTC

svn commit: r1097474 - /incubator/rave/site/trunk/content/rave/css/rave.css

Author: ate
Date: Thu Apr 28 14:21:37 2011
New Revision: 1097474

URL: http://svn.apache.org/viewvc?rev=1097474&view=rev
Log:
RAVE-7: Applying the website styling improvements from Rolf van der Steen
- and more css fixes

Modified:
    incubator/rave/site/trunk/content/rave/css/rave.css

Modified: incubator/rave/site/trunk/content/rave/css/rave.css
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/css/rave.css?rev=1097474&r1=1097473&r2=1097474&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/css/rave.css (original)
+++ incubator/rave/site/trunk/content/rave/css/rave.css Thu Apr 28 14:21:37 2011
@@ -26,28 +26,19 @@ body {
   padding: 0 0 10px 10px;
 }
 
-#banner h1 {
-  font-size: 1.4em;
-}
-
 a {
   color: #107EC0;
 }
 
 a:visited {
- color: #369;
+ color: #107EC0;
 }
 
 a:hover {
- color: #ddf;
+ color: #107EC0;
  background-color: #e6ebed;
 }
 
-.title {
-  display: inline;
-  margin-left: 2px;
-}
-
 h1,h2,h3,h4,h5,h6 {
   color: #193240;
   text-transform:uppercase;
@@ -60,8 +51,6 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #content h1,h2,h3,h4,h5,h6 {
-  color: #955500;
-  border-bottom: 1px solid #ffdaae;
   font-weight: normal;
   margin: 10px 0 15px;
   padding: 5px 0;
@@ -80,7 +69,6 @@ h1,h2,h3,h4,h5,h6 {
 
 #content h3,h4,h5,h6 {
   border-bottom: none;
-  color: #688a6f;
   font-size: 1em;
   margin-bottom: 0;
 }
@@ -136,16 +124,12 @@ h1,h2,h3,h4,h5,h6 {
 
 #navigation li a {
   margin: 0;
-  color: #003;
   text-decoration:none;
 }
 
-#navigation li a:visited {
-  color: #226;
-}
-
 #navigation li a:hover {
   color: #193240;
+  background: none;
 }
 
 #footer {