Changeset dcf23b9 in github


Ignore:
Timestamp:
May 30, 2012 4:40:43 AM (12 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD, pdo
Children:
ca1c2a8
Parents:
96077f6
Message:

Make folders with unread messages in subfolders bold again (#1486793); update CHANGELOG

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r2d7b4ff rdcf23b9  
    22=========================== 
    33 
     4- Make folders with unread messages in subfolders bold again (#1486793) 
     5- Abbreviate long attachment file names with ellipsis (#1488499) 
    46- Fix html2text conversion of strong|b|a|th|h tags when used in upper case 
    57- Add listcontrols template container in Larry skin (#1488498) 
  • skins/larry/mail.css

    r4e10131a rdcf23b9  
    185185#mailboxlist li.mailbox.archive.selected > a { 
    186186        background-position: 6px -1723px; 
     187} 
     188 
     189#mailboxlist li.unread { 
     190        font-weight: bold; 
    187191} 
    188192 
Note: See TracChangeset for help on using the changeset viewer.