Ignore:
Timestamp:
Mar 22, 2011, 3:32:05 PM (13 years ago)
Author:
flop25
Message:

resolved a bug for the display of thumbnails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass_dark/theme.css

    r9708 r9822  
    6565}
    6666.content ul.thumbnails span.wrap2 {
    67 background: transparent url(images/vignette.png) no-repeat top left;
     67background-image: url(images/vignette.png);
     68background-color:transparent;
     69background-repeat:no-repeat;
     70background-position:top left;
    6871width:144px;
    6972height:144px;
     
    7376        margin: 5px;
    7477}
     78.thumbnails span, .thumbnails .wrap2 a, .thumbnails label, .thumbnailCategory div.illustration {
     79    width: 145px;
     80}
     81
    7582/* header */
    7683#theHeader {
Note: See TracChangeset for help on using the changeset viewer.