You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/01/09 01:30:38 UTC

svn commit: r367142 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css

Author: crossley
Date: Sun Jan  8 16:30:35 2006
New Revision: 367142

URL: http://svn.apache.org/viewcvs?rev=367142&view=rev
Log:
Add margins for "#nav-section ul"
Add handling for "#nav-section li" and "#nav-section li li"
Issue: FOR-781 "Coat Theme CSS Enhancements"
Contributed by: Gavin

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css?rev=367142&r1=367141&r2=367142&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css Sun Jan  8 16:30:35 2006
@@ -39,7 +39,21 @@
 /* menu */
 
 #nav-section ul {
-    padding-left: 20px;
+    padding-left: 5px;
+    margin : 5px 0px 5px 5px;
+
+}
+
+#nav-section li {
+    list-style-type : none;
+}
+
+#nav-section li li {
+    padding-left : 5px;
+    margin : 0px 5px;
+    list-style-type : disc;
+    list-style : inside;
+
 }
 
 .menupagetitle {
@@ -63,6 +77,7 @@
     margin-top: 5px;
     padding-top: 5px;
     border-top: thin solid #000000;
+    clear: both;
 }
 
 /* note */