source: extensions/stripped/fix-ie7.css @ 11652

Last change on this file since 11652 was 11652, checked in by flop25, 13 years ago

all perfect. Just thumbnails not verticaly centered for IE7

File size: 739 bytes
Line 
1/* Fix for IE < 8 */
2
3#subcontent {
4        width:auto;
5}
6
7.thumbnailCategories {
8        margin-bottom:5px;
9}
10
11.stuffs_block .personal_block  {
12        overflow:auto;
13}
14
15.stuffs_block .personal_block ul.thumbnailCategories {
16        float:left;
17}
18
19
20/* */
21
22.wrap1 .wrap2,
23.thumbnailCategory .illustration {
24  display: block;
25  position: relative;
26  text-align: left;
27}
28
29.wrap1 .wrap2 A,
30.wrap1 .wrap2 SPAN,
31.thumbnailCategory .illustration A,
32.thumbnailCategory .illustration SPAN {
33  width:170px;
34  position: absolute;
35/* top: 50%; */
36  text-align: center;
37  overflow:visible;
38  height:auto;
39}
40
41.wrap1 .wrap2 img,
42.thumbnailCategory .illustration img {
43  position: relative;
44 /*  top: -49.5%; */
45}
46.thumbnailCategory .description H3 {
47        line-height:20px !important;
48}
Note: See TracBrowser for help on using the repository browser.