Changeset 1017

Show
Ignore:
Timestamp:
10/21/08 22:17:03 (3 months ago)
Author:
garth
Message:

view webapp - Updated menu related CSS to hopefully fix FF 2.0.0.8 LI bullet showing issue.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/view/webapp/css/contextNavigationMenu.css

    r1016 r1017  
    7979        margin:                         0; 
    8080        padding:                        0; 
     81        list-style:                     none; 
    8182} 
    8283 
  • trunk/view/webapp/css/siteNavigationMenu.css

    r1016 r1017  
    106106        padding:                        0; 
    107107        position:                       relative;       /* allows sub menus absolute work relative to the menu item */ 
     108        list-style:                     none; 
    108109} 
    109110