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/27 17:36:27 UTC

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

Author: jfthomps
Date: Fri Jul 27 15:36:26 2012
New Revision: 1366423

URL: http://svn.apache.org/viewvc?rev=1366423&view=rev
Log:
fixed padding/margin for #navigation ul li ul li ul li

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=1366423&r1=1366422&r2=1366423&view=diff
==============================================================================
--- vcl/site/trunk/content/css/vcl.css (original)
+++ vcl/site/trunk/content/css/vcl.css Fri Jul 27 15:36:26 2012
@@ -103,12 +103,14 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #navigation ul li ul li ul {
-   margin-bottom: 0;
+	margin-bottom: 0;
 }
 
 #navigation ul li ul li ul li {
-   border-top: thin dotted #666;
-   border-bottom: none;
+	padding-top: 4px;
+	margin-top: 0;
+	border-top: thin dotted #666;
+	border-bottom: none;
 }
 
 #footer {