mailr21039 - /website/relax.css


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 10, 2013 - 10:40:
Author: bugman
Date: Thu Oct 10 10:40:44 2013
New Revision: 21039

URL: http://svn.gna.org/viewcvs/relax?rev=21039&view=rev
Log:
Added CSS definitions for the collapsible menu.

This will be used for the side menu at http://www.nmr-relax.com/menu.html 
which is used in most of
the relax web pages.


Modified:
    website/relax.css

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=21039&r1=21038&r2=21039&view=diff
==============================================================================
--- website/relax.css (original)
+++ website/relax.css Thu Oct 10 10:40:44 2013
@@ -92,13 +92,20 @@
     color:#3179ac;
 }
 
-.menu_ul {
-    margin-top:0px;
-    padding:0px;
-    list-style:none;
-}
-
-
+.menu_def_collapsable {
+    text-indent : 5%;
+    cursor : pointer;
+    color:#3179ac;
+}
+
+.submenu {
+    display : none;
+}
+
+.submenu_def {
+    text-indent : 10%;
+    display : block;
+}
 
 /*  The main text box  */
 




Related Messages


Powered by MHonArc, Updated Thu Oct 10 11:00:02 2013