Author: dcrutchf
Date: 2010-03-24 15:37:28 -0700 (Wed, 24 Mar 2010)
New Revision: 14416
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14416
Modified:
trunk/web/css/HQ_40.css
Log:
[HHQ-2484] - IE6: Administrator tab wraps to new line
Modified: trunk/web/css/HQ_40.css
===================================================================
--- trunk/web/css/HQ_40.css 2010-03-24 17:40:20 UTC (rev 14415)
+++ trunk/web/css/HQ_40.css 2010-03-24 22:37:28 UTC (rev 14416)
@@ -308,7 +308,7 @@
}
.mainMenu a, .mainMenu a:visited {
font-family: Helvetica, sans-serif;
- font-size: 1em;
+ font-size: 12px;
text-decoration: none;
color: #333;
padding: .6em 1em;
|