Changeset 2579 in subversion


Ignore:
Timestamp:
May 31, 2009 5:05:55 AM (4 years ago)
Author:
alec
Message:
  • removed unused style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/mail.css

    r2574 r2579  
    802802  text-align: left; 
    803803  padding-right: 10px; 
    804   vertical-align: center; 
    805804  text-align: center; 
     805  padding: 2px 6px 4px 6px; 
     806  border-bottom: 0; 
     807} 
     808 
     809table.headers-table tr td.more-headers 
     810{ 
     811  cursor: pointer; 
     812  width: 100%; 
     813  height: 8px; 
     814  border-bottom: 0; 
    806815} 
    807816 
     
    11041113} 
    11051114 
    1106 table.headers-table tr td.more-headers 
    1107 { 
    1108   cursor: pointer; 
    1109   width: 100%; 
    1110   height: 8px; 
    1111   border-bottom: 0; 
    1112 } 
    1113  
    1114 table.headers-table tr td.all 
    1115 { 
    1116   padding: 2px 6px 4px 6px; 
    1117   border-bottom: 0; 
    1118 } 
    1119  
    11201115td.show-headers 
    11211116{ 
Note: See TracChangeset for help on using the changeset viewer.