You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/05/03 07:28:18 UTC

svn commit: r815524 - in /websites/staging/xmlgraphics/trunk/content: ./ css/xmlgraphics.css

Author: buildbot
Date: Thu May  3 05:28:17 2012
New Revision: 815524

Log:
Staging update by buildbot for xmlgraphics

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

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  3 05:28:17 2012
@@ -1 +1 @@
-1333306
+1333309

Modified: websites/staging/xmlgraphics/trunk/content/css/xmlgraphics.css
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/css/xmlgraphics.css (original)
+++ websites/staging/xmlgraphics/trunk/content/css/xmlgraphics.css Thu May  3 05:28:17 2012
@@ -50,7 +50,6 @@ a img {
     border: medium none;
 }
 h1, h2, h3, h4, h5, h6 {
-    border-bottom: 2px dashed #666666;
     color: black;
     text-transform: uppercase;
 }
@@ -104,8 +103,10 @@ h1, h2, h3, h4, h5, h6 {
     margin-left: auto;
     margin-right: auto;
 }
-#navigation h1 {
+#navigation > ul > li > ul > li > h1 {
     border-bottom: 2px dashed #666666;
+}
+#navigation h1 {
     color: #000000;
     font-size: 1em;
     margin-bottom: 0;
@@ -130,6 +131,15 @@ h1, h2, h3, h4, h5, h6 {
     background: none repeat scroll 0 0 transparent;
     color: #193240;
 }
+#navigation > ul > li > ul > li > ul {
+    display: none;
+}
+#navigation ul ul, #navigation ul ul li {
+	margin-left:5px;
+}
+#navigation h1 {
+	margin-left:-5px;
+}
 #footer {
     border-top: 1px solid #CCCCCC;
     color: #666666;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org