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

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

Fix with IE

File size: 351 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#thumbnails .gthumb img.thumbnail,
18#thumbnails .gthumb img.thumbnail:hover {
19  border: 0 none;
20  margin: 0;
21  padding: 0;
22  top: 0;
23}
Note: See TracBrowser for help on using the repository browser.