[Midnightbsd-cvs] www [535] trunk/css/menu.css: drop some ie5 hacks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 13 10:38:49 EDT 2013


Revision: 535
          http://svnweb.midnightbsd.org/www/?rev=535
Author:   laffer1
Date:     2013-10-13 10:38:48 -0400 (Sun, 13 Oct 2013)
Log Message:
-----------
drop some ie5 hacks

Modified Paths:
--------------
    trunk/css/menu.css

Modified: trunk/css/menu.css
===================================================================
--- trunk/css/menu.css	2013-10-13 14:36:11 UTC (rev 534)
+++ trunk/css/menu.css	2013-10-13 14:38:48 UTC (rev 535)
@@ -33,9 +33,8 @@
 }
 
 .menu ul li table {
-	margin: -1px 0;              /* IE5 needs -1px top and bottom table margins */
-	m\argin: 0;               /* re-zero the table margins for everyone but IE5 */
-	border-collapse: collapse;      /* IE5 needs this for the sub-menus to work */
+	margin: 0;
+	border-collapse: collapse;
 	font-size: 15pt;        /* this sets the base font size for our entire menu */
 }
 
@@ -132,4 +131,4 @@
 .menu ul li:hover ul.skinny li a:hover,
 .menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
 	width: 5em;
-}
\ No newline at end of file
+}



More information about the Midnightbsd-cvs mailing list