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

svn commit: r1363471 - /vcl/site/trunk/content/css/vcl.css

Author: jfthomps
Date: Thu Jul 19 18:45:16 2012
New Revision: 1363471

URL: http://svn.apache.org/viewvc?rev=1363471&view=rev
Log:
added styling to nav area

Modified:
    vcl/site/trunk/content/css/vcl.css

Modified: vcl/site/trunk/content/css/vcl.css
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/css/vcl.css?rev=1363471&r1=1363470&r2=1363471&view=diff
==============================================================================
--- vcl/site/trunk/content/css/vcl.css (original)
+++ vcl/site/trunk/content/css/vcl.css Thu Jul 19 18:45:16 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 {