Changeset e88a14a in github
- Timestamp:
- Jan 18, 2012 1:05:45 PM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- ce4c610
- Parents:
- d1c909e
- Location:
- skins/larry
- Files:
-
- 2 edited
-
images/filetypes.png (modified) (previous)
-
styles.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/styles.css
rd1c909e re88a14a 1716 1716 } 1717 1717 1718 .attachmentslist li.odt { 1719 background-position: 0 -78px; 1720 } 1721 1718 1722 .attachmentslist li.xls, 1719 1723 .attachmentslist li.msexcel { 1720 background-position: 0 -78px; 1724 background-position: 0 -104px; 1725 } 1726 1727 .attachmentslist li.ods { 1728 background-position: 0 -130px; 1721 1729 } 1722 1730 1723 1731 .attachmentslist li.zip, 1724 1732 .attachmentslist li.gz { 1725 background-position: 0 -104px; 1733 background-position: 0 -156px; 1734 } 1735 1736 .attachmentslist li.rar, 1737 .attachmentslist li.gz { 1738 background-position: 0 -182px; 1726 1739 } 1727 1740 1728 1741 .attachmentslist li.image { 1729 background-position: 0 -130px; 1730 } 1731 1742 background-position: 0 -208px; 1743 } 1744 1745 .attachmentslist li.jpg, 1746 .attachmentslist li.jpeg { 1747 background-position: 0 -234px; 1748 } 1749 1750 .attachmentslist li.png { 1751 background-position: 0 -260px; 1752 } 1753 1754 .attachmentslist li.m4p { 1755 background-position: 0 -286px; 1756 } 1757 1758 .attachmentslist li.mp3, 1732 1759 .attachmentslist li.audio { 1733 background-position: 0 - 156px;1760 background-position: 0 -312px; 1734 1761 } 1735 1762 1736 1763 .attachmentslist li.video { 1737 background-position: 0 -182px; 1764 background-position: 0 -338px; 1765 } 1766 1767 .attachmentslist li.ics, 1768 .attachmentslist li.calendar { 1769 background-position: 0 -364px; 1738 1770 } 1739 1771
Note: See TracChangeset
for help on using the changeset viewer.
