You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/07/07 15:51:45 UTC

svn commit: r961378 - /incubator/aries/site/resources/site.css

Author: zoe
Date: Wed Jul  7 13:51:44 2010
New Revision: 961378

URL: http://svn.apache.org/viewvc?rev=961378&view=rev
Log:
ARIES-350 Make the sub-menu font size bigger and the colour darker. Move the items closer together.

Modified:
    incubator/aries/site/resources/site.css

Modified: incubator/aries/site/resources/site.css
URL: http://svn.apache.org/viewvc/incubator/aries/site/resources/site.css?rev=961378&r1=961377&r2=961378&view=diff
==============================================================================
--- incubator/aries/site/resources/site.css (original)
+++ incubator/aries/site/resources/site.css Wed Jul  7 13:51:44 2010
@@ -127,7 +127,6 @@ body {
   text-transform: lowercase;
   margin: 1em 0 0.3em 0;
   color: #bfaecd;
-  font-weight: normal;
   letter-spacing: 0.15em;
   background: url('../images/BigBullet.png') no-repeat 0pt;
   background-position:left center;
@@ -136,12 +135,16 @@ body {
   font-family: Verdana, arial, sans-serif;
   font-weight: bold;	
 }
-
+#menu-page  ul li h4 a:link, #menu-page  ul li h4 a:visited {
+  color: #380b61; 
+}
+#menu-page  li h4 {
+  line-height: 10%;
+}
 #menu-page h4 {
-  font-size: 50%;
+  font-size: 60%;
   text-transform: lowercase;
-  margin: 1em 0 0.3em 0;
-  color: #bfaecd;
+  margin: 1em 0 0.3em 0; 
   font-weight: normal;
   letter-spacing: 0.15em;
   background: url('../images/LittleBullet.png') no-repeat 0pt;
@@ -151,11 +154,11 @@ body {
   font-family: Verdana, arial, sans-serif;
 }
 #menu-page a:link, #menu-page a:visited {
-  color: #7b5d94;
+  color: #7b5d94; 
 }
 
 #menu-page a:hover {
-  color: #bfaecd;
+   color: #bfaecd; 
 }
 
 #content {