Changeset 595

Show
Ignore:
Timestamp:
10/10/06 15:48:31 (2 years ago)
Author:
Paul
Message:

Added fixes for IE7.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/upload/style/imports/base.css

    r71 r595  
    4444DIV>DIV>DIV.postfootleft, DIV>DIV>DIV.postfootright {PADDING-TOP: 1px; MARGIN-TOP: -1px} 
    4545 
    46 /* 3.2 This is only visible to IE Windows and cures various bugs. Do not alter comments */ 
    47  
    48 /* Begin IEWin Fix \*/ 
     46/* 3.2 This is only visible to IE6 Windows and cures various bugs. Do not alter comments */ 
     47 
     48/* Begin IE6Win Fix \*/ 
    4949* HTML .inbox, * HTML .inform, * HTML .pun, * HTML .intd, * HTML .tclcon {HEIGHT: 1px} 
    5050* HTML .inbox DIV.postmsg {WIDTH: 98%} 
    51 /* End of IEWin Fix */ 
     51/* End of IE6Win Fix */ 
     52 
     53/* 3.3 This is the equivelant of 3.2 but for IE7. It is visible to other browsers 
     54but does no harm */ 
     55 
     56/*Begin IE7Win Fix */ 
     57.pun, .pun .inbox, .pun .inform, .pun .intd, .pun .tclcon {min-height: 1px} 
     58/* End of IE7Win Fix */ 
    5259 
    5360/****************************************************************/