fa516a42606827dba71eaf624ff26e56dd09e7ec
[lhc/web/wiklou.git] / stylesheets / monobook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3
4 /* workaround for various ie float bugs */
5 #portal-column-content #content {
6 margin-top: 2.9em;
7 overflow: auto;
8 }
9
10 #portal-column-content {
11 display: inline;
12 }
13 #bodyContent center, /* the full-size images are in center tags */
14 #bodyContent pre {
15 overflow: auto;
16 }
17
18
19 /* the tabs */
20
21 #portlet-contentViews {
22 z-index: 3;
23 }
24
25 #portlet-contentViews li {
26 display: block;
27 float: left;
28 padding-top: 0;
29 padding-bottom: 0;
30 height: 0.9em;
31 }
32 #portlet-contentViews li.selected {
33 background-color: White;
34 padding-bottom: 0.2em;
35 }
36
37 /* log in etc */
38 #portal-personaltools {
39 padding-bottom: 0.1em;
40 }
41 #bodyContent a.external {
42 background: url(external.png) center right no-repeat;
43 padding-right: 13px;
44 }
45
46
47 /* height on everything... */
48 #toc,
49 #content p,
50 div.comment,
51 h1,
52 h2,
53 h3,
54 h4,
55 h5,
56 h6,
57 .description,
58 .portalMessage {
59 height: 1%;
60 }
61
62 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
63 position:relative;
64 }
65
66 /*{ border:1px solid Red !important;}*/