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