source: extensions/GThumb/template/gthumb.css @ 12712

Last change on this file since 12712 was 12712, checked in by patdenice, 12 years ago

Bug corrected with PWG Stuffs.

File size: 344 bytes
Line 
1#thumbnails {
2  overflow: hidden;
3}
4
5#thumbnails .gthumb {
6  position: relative;
7  overflow: hidden;
8  float: left;
9  display: inline;
10  background: none !important;
11}
12
13#thumbnails .gthumb a {
14  position: absolute;
15}
16
17.gthumb .thumbnail, .gthumb .thumbnail:hover {
18  border: 0 none !important;
19  margin: 0 !important;
20  padding: 0 !important;
21}
Note: See TracBrowser for help on using the repository browser.