Fix structure elements
[lhc/web/wiklou.git] / skins / mono / IE60Fixes.css
1 /* 6.0 - only fixes */
2
3 /* slightly smaller top margin for the content area */
4 #portlet-contentViews {
5 left: 12.4em;
6 z-index: 3;
7 }
8
9 #portlet-contentViews li a,
10 #portlet-contentViews .selected a,
11 #portlet-contentViews li a:hover {
12 padding-bottom: 0.1em;
13 }
14
15 #portlet-contentViews li.selected {
16 background-color: White;
17 }
18
19
20 #portal-column-content {
21 margin: 0 0 0 -11.9em;
22 }
23
24 #portal-column-content #content {
25 margin: 1.9em 0 0 11.9em;
26 padding-top: 0.3em;
27 }
28
29 #portal-personaltools {
30 padding-bottom: 0.1em;
31 }
32
33
34 /* height on everything... */
35 #content,
36 #content p,
37 div.comment,
38 h1,
39 h2,
40 h3,
41 h4,
42 h5,
43 h6,
44 .description,
45 .portalMessage {
46 height: 100%;
47 }
48
49 p {
50 margin: 0.2em 0em 0.4em 0em;
51 line-height: 1.5em;
52 }
53
54 /*{ border:1px solid Red !important;}*/