- Timestamp:
- Mar 31, 2011, 4:20:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/theme.css
r9949 r9951 843 843 #thePopuphelpPage #footer {display:none} 844 844 845 /* Set some sizes according to your maximum thumbnail width and height 845 /* Set some sizes according to your maximum thumbnail width and height */ 846 846 UL.thumbnails SPAN, 847 847 UL.thumbnails SPAN.wrap2 A, 848 848 UL.thumbnails LABEL, 849 849 .content DIV.thumbnailCategory DIV.illustration { 850 width: 140px; 850 width: 140px; /* max thumbnail width + 2px */ 851 851 } 852 852 UL.thumbnails SPAN.wrap2, 853 853 .content DIV.thumbnailCategory DIV.description { 854 height: 140px; 855 } 856 */ 854 height: 140px; /* max thumbnail height + 2px */ 855 } 856 857 857 858 858 /* Category thumbnails on main page */
Note: See TracChangeset
for help on using the changeset viewer.