Changeset 5977


Ignore:
Timestamp:
01/25/12 04:59:17 (4 months ago)
Author:
vain
Message:
  • cleanup comments
  • removed a goddamn ie5 fix (ie5 not supported)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/menu/css/menu.css

    r2890 r5977  
    1 /* 
    2 ** ------------------------------------------------- 
    3 ** 
    4 **   Menu.css, XulMenu 
    5 ** 
    6 **   Modified by: Michael F. S. Christensen 
    7 ** 
    8 **   Valid CSS2 stylesheet (www.w3c.org) 
    9 ** 
    10 ** ------------------------------------------------- 
    11 */ 
     1/** 
     2 * Menu.css for XulMenu 
     3 * Modified by: Michael F. S. Christensen 
     4 */ 
    125 
    136.XulMenu { 
     
    151144    padding: 3px 2px 3px 2px; 
    152145} 
    153  
    154 * html .XulMenu td { position: relative; } /* ie 5.0 fix */ 
Note: See TracChangeset for help on using the changeset viewer.