Ignore:
Timestamp:
Dec 9, 2011, 2:24:32 PM (12 years ago)
Author:
patdenice
Message:

Clean code

File:
1 edited

Legend:

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

    r12691 r12710  
    11#thumbnails {
    2   padding: 0;
    3   width:auto;
    4   overflow:hidden;
     2  overflow: hidden;
    53}
    64
    75#thumbnails li {
    86  position: relative;
    9   overflow:hidden;
     7  overflow: hidden;
    108  float: left;
    119  display: inline;
     
    1816
    1917.thumbnail, .thumbnail:hover {
    20   border: 0 none;
     18  border: 0 none !important;
     19  margin: 0 !important;
     20  padding: 0 !important;
    2121}
Note: See TracChangeset for help on using the changeset viewer.