Changeset 9949


Ignore:
Timestamp:
Mar 31, 2011, 3:58:20 PM (13 years ago)
Author:
flop25
Message:

old limitation for thumbnail size (140px) removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r9865 r9949  
    843843#thePopuphelpPage #footer  {display:none}
    844844
    845 /* Set some sizes according to your maximum thumbnail width and height */
     845/* Set some sizes according to your maximum thumbnail width and height
    846846UL.thumbnails SPAN,
    847847UL.thumbnails SPAN.wrap2 A,
    848848UL.thumbnails LABEL,
    849849.content DIV.thumbnailCategory DIV.illustration {
    850   width: 140px;      /* max thumbnail width + 2px */
     850  width: 140px;
    851851}
    852852UL.thumbnails SPAN.wrap2,
    853853.content DIV.thumbnailCategory DIV.description {
    854   height: 140px;    /* max thumbnail height + 2px */
    855 }
    856 
     854  height: 140px;
     855}
     856*/
    857857
    858858/* Category thumbnails on main page */
Note: See TracChangeset for help on using the changeset viewer.