Changeset 1022

Show
Ignore:
Timestamp:
10/23/08 22:40:08 (2 months ago)
Author:
garth
Message:

view webapp - fixed default border CSS. Removed from default css and turned border off on the html element for IE.

Files:

Legend:

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

    r1019 r1022  
    77        margin:                         0; 
    88        padding:                        0; 
    9         border:                         0;  /* IE defaults to 1px - so turn this off */ 
    109        color:                          black; 
    1110        font-family:            verdana, arial, helvetica, sans-serif; 
     
    1413 
    1514 
     15 
     16html 
     17{ 
     18        border:                         0;  /* IE defaults to 1px - so turn this off */ 
     19} 
    1620 
    1721body