Changeset 29961f4 in github
- Timestamp:
- May 29, 2009 7:42:34 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6bc59a7
- Parents:
- 991a25a
- Location:
- skins/default
- Files:
-
- 2 edited
-
images/icons/folders.png (modified) (previous)
-
mail.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/mail.css
rbb7509c r29961f4 378 378 position: relative; 379 379 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; 381 381 border-bottom: 1px solid #EBEBEB; 382 382 } … … 410 410 #mailboxlist li.inbox 411 411 { 412 background-position: 5px -1 9px;412 background-position: 5px -18px; 413 413 } 414 414 415 415 #mailboxlist li.drafts 416 416 { 417 background-position: 5px -3 9px;417 background-position: 5px -38px; 418 418 } 419 419 420 420 #mailboxlist li.sent 421 421 { 422 background-position: 5px -5 9px;422 background-position: 5px -58px; 423 423 } 424 424
Note: See TracChangeset
for help on using the changeset viewer.
