Changeset a5c1ece in github


Ignore:
Timestamp:
Aug 30, 2009 2:30:12 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
3181bef
Parents:
4368a07
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/iehacks.css

    rf436020 ra5c1ece  
    137137} 
    138138 
     139#messagelist 
     140{ 
     141  width: inherit; 
     142  *width: auto; /* IE6/7 conditional hack */ 
     143} 
     144 
    139145#messageframe 
    140146{ 
     
    245251  filter: alpha(opacity=80); 
    246252} 
    247  
    248 #messagelist 
    249 { 
    250   width: expression((document.documentElement.clientHeight > this.parentNode.clientHeight) ? 'auto' : '100%'); 
    251 } 
Note: See TracChangeset for help on using the changeset viewer.