source: extensions/blancmontxl/fix-ie5-ie6.css @ 10746

Last change on this file since 10746 was 3686, checked in by repie38, 15 years ago

import of the current version (2.0)

File size: 369 bytes
Line 
1/* fix for IE */
2
3ul#fullTagCloud { height: 400px; }
4               
5* html #menubar, * html BODY#theAdminPage #menubar { height: 100%; }
6* html #menubar UL LI { float: left; width: 100%; }
7* html #menubar UL LI A { height: 1%; }
8
9/*
10FORM#quickconnect {
11  width: 15em;
12  padding: 0;
13  border-left: none;
14  border-right: none;
15}
16
17FORM#quickconnect LABEL {
18  white-space: nowrap;
19}*/
Note: See TracBrowser for help on using the repository browser.