[Hejes-devel] [1078] reverted base. css to state before r1068 because it introduced new critical bug ( dropdown menu malfunction)

hejes-devel at nytud.hu hejes-devel at nytud.hu
Tue Jan 21 16:10:35 CET 2014


Revision: 1078
Author:   mihaltz
Date:     2014-01-21 16:10:34 +0100 (Tue, 21 Jan 2014)
Log Message:
-----------
reverted base.css to state before r1068 because it introduced new critical bug (dropdown menu malfunction)

Modified Paths:
--------------
    trunk/web2py/applications/helyesiras_webdev/static/css/base.css

Modified: trunk/web2py/applications/helyesiras_webdev/static/css/base.css
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/static/css/base.css	2014-01-17 10:41:51 UTC (rev 1077)
+++ trunk/web2py/applications/helyesiras_webdev/static/css/base.css	2014-01-21 15:10:34 UTC (rev 1078)
@@ -174,13 +174,16 @@
 
 a { color: #275b90 }
 
+ul, ol { margin-left: 1.8em; }
+/* REVERTED FROM THIS TO ONE ABOVE BECAUSE OF CRITICAL NEWLY INTRODUCED BUG, DROPDOWN MENU NOT FUNCTIONING. MM 2014.01.21.
 ul, ol { 
 margin-left: 0; 
 overflow: hidden;
 padding-left: 20px;
-}
+} */
 ol { list-style-type: decimal; }
 
+
 /* Remove margins for navigation lists */
 nav ul, nav li { margin: 0; }
 




More information about the Hejes-devel mailing list