aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-ie7.css
blob: 0f93b368c2d4f79da91d9354964bec6d8936c1b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* fix IE with another layout for thumbnails */

UL.thumbnails SPAN.wrap2 {
  display: block;
  position: relative;
  text-align: left;
}
UL.thumbnails SPAN.wrap2 A,
UL.thumbnails SPAN.wrap2 SPAN {
  overflow: visible;
  position: absolute;
  top: 50%;
  text-align: center;
}

UL.thumbnails IMG.thumbnail {
  position: relative;
  top: -50%;   
  margin-top: 2%;
}