source: extensions/floOS/2.0.x/fix-ie7.css @ 17475

Last change on this file since 17475 was 5714, checked in by flop25, 14 years ago

moving the old template structure to a specific folder

File size: 424 bytes
Line 
1/* fix IE with another layout for thumbnails */
2
3.content UL.thumbnails SPAN.wrap2 {
4  display: block;
5  position: relative;
6  text-align: left;
7}
8.content UL.thumbnails SPAN.wrap2 A,
9.content UL.thumbnails SPAN.wrap2 SPAN {
10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15
16.content UL.thumbnails IMG.thumbnail {
17  position: relative;
18  top: -50%;   
19  margin-top: 2%;
20}
21
Note: See TracBrowser for help on using the repository browser.