You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2005/10/26 11:05:27 UTC

svn commit: r328598 - /cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml

Author: rgardler
Date: Wed Oct 26 02:05:20 2005
New Revision: 328598

URL: http://svn.apache.org/viewcvs?rev=328598&view=rev
Log:
remove underlines in menu, remve box around selected menu item

Modified:
    cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml

Modified: cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml?rev=328598&r1=328597&r2=328598&view=diff
==============================================================================
--- cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml (original)
+++ cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml Wed Oct 26 02:05:20 2005
@@ -178,6 +178,20 @@
        used in your documentation.
     -->
   <extra-css>
+  
+    /* ---------------------------------- menu -----------------------------------  */ 
+    #menu a {  font-weight: normal; text-decoration: none; }
+    #menu a:visited {  font-weight: normal; text-decoration: none; }
+    #menu a:active {  font-weight: normal; text-decoration: none; }
+    #menu a:hover {  font-weight: normal; text-decoration: none; } 
+    
+    #menu .menupageitemgroup {
+        padding: 3px 0px 4px 6px;
+        font-style : normal;
+        border: none;
+        margin-right: 10px;
+    }
+
     /* ----------------------------------- TOC -----------------------------------  */
     #minitoc-area {
       border:1px solid #aaaaaa;