Changeset 29961f4 in github


Ignore:
Timestamp:
May 29, 2009 7:42:34 AM (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:
6bc59a7
Parents:
991a25a
Message:
  • small "pixelosa" in folders list fixed
Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    rbb7509c r29961f4  
    378378  position: relative; 
    379379  font-size: 11px; 
    380   background: url('images/icons/folders.png') 5px 1px no-repeat; 
     380  background: url('images/icons/folders.png') 5px 2px no-repeat; 
    381381  border-bottom: 1px solid #EBEBEB; 
    382382} 
     
    410410#mailboxlist li.inbox 
    411411{ 
    412   background-position: 5px -19px; 
     412  background-position: 5px -18px; 
    413413} 
    414414 
    415415#mailboxlist li.drafts 
    416416{ 
    417   background-position: 5px -39px; 
     417  background-position: 5px -38px; 
    418418} 
    419419 
    420420#mailboxlist li.sent 
    421421{ 
    422   background-position: 5px -59px; 
     422  background-position: 5px -58px; 
    423423} 
    424424 
Note: See TracChangeset for help on using the changeset viewer.