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

Last change on this file since 31994 was 12549, checked in by Zaphod, 12 years ago

version 2.0.1 suite

File size: 757 bytes
Line 
1/* Fix for IE < 8 */
2
3#content_cell {
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.wrap1 .wrap2,
21.thumbnailCategory .illustration {
22  display: block;
23  position: relative;
24  text-align: left;
25}
26
27.wrap1 .wrap2 A,
28.wrap1 .wrap2 SPAN,
29.thumbnailCategory .illustration A,
30.thumbnailCategory .illustration SPAN {
31  width:170px;
32  position: absolute;
33        top: 50%; 
34  text-align: center;
35  overflow:visible;
36  height:auto;
37}
38
39.wrap1 .wrap2 img,
40.thumbnailCategory .illustration img {
41  position: relative;
42  top: -60px; 
43}
44.thumbnailCategory .description H3 {
45        line-height:20px !important;
46}
47
48#theImg {display:inline;}
Note: See TracBrowser for help on using the repository browser.