You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2012/07/19 21:44:37 UTC

svn commit: r826363 - in /websites/staging/vcl/trunk/content: ./ css/vcl.css

Author: buildbot
Date: Thu Jul 19 19:44:36 2012
New Revision: 826363

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/css/vcl.css

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 19 19:44:36 2012
@@ -1 +1 @@
-1363501
+1363503

Modified: websites/staging/vcl/trunk/content/css/vcl.css
==============================================================================
--- websites/staging/vcl/trunk/content/css/vcl.css (original)
+++ websites/staging/vcl/trunk/content/css/vcl.css Thu Jul 19 19:44:36 2012
@@ -34,7 +34,7 @@ a,h1,h2,h3,h4,h5,h6 {
 
 #navigation h1 {
   font-size: 1.0em;
-  margin-bottom: 3px;
+  margin-bottom: 5px;
   border-bottom: 1px solid #C0C0C0;
   color: #000000;
   text-transform: uppercase;
@@ -45,6 +45,10 @@ a,h1,h2,h3,h4,h5,h6 {
   padding: 0;
 }
 
+#navigation a {
+  text-decoration: none;
+}
+
 #navigation ul li {
   display: block;
   list-style-type: none;
@@ -52,6 +56,11 @@ a,h1,h2,h3,h4,h5,h6 {
   padding: 0;
 }
 
+#navigation li {
+  border-bottom: 1px dotted #C0C0C0;
+  margin: 0.2em 0;
+}
+
 #footer {
   font-size:60%;
   color:#999;