Changeset 12731 for extensions


Ignore:
Timestamp:
Dec 13, 2011, 5:58:06 PM (12 years ago)
Author:
patdenice
Message:

Fix with IE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/template/gthumb.css

    r12712 r12731  
    1515}
    1616
    17 .gthumb .thumbnail, .gthumb .thumbnail:hover {
    18   border: 0 none !important;
    19   margin: 0 !important;
    20   padding: 0 !important;
     17#thumbnails .gthumb img.thumbnail,
     18#thumbnails .gthumb img.thumbnail:hover {
     19  border: 0 none;
     20  margin: 0;
     21  padding: 0;
     22  top: 0;
    2123}
Note: See TracChangeset for help on using the changeset viewer.