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 20:45:20 UTC

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

Author: buildbot
Date: Thu Jul 19 18:45:19 2012
New Revision: 826344

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 18:45:19 2012
@@ -1 +1 @@
-1363453
+1363471

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 18:45:19 2012
@@ -25,6 +25,24 @@ a,h1,h2,h3,h4,h5,h6 {
   background-color: #EEE;
   border: solid #DDD 1px;
   padding: 1em;
+  margin-right: 0.8em;
+}
+
+#navigation h1 {
+  font-size: 14pt;
+  margin-bottom: 3px;
+}
+
+#navigation ul {
+  margin: 0;
+  padding: 0;
+}
+
+#navigation ul li {
+  display: block;
+  list-style-type: none;
+  margin-left: 0.5em;
+  padding: 0;
 }
 
 #footer {