(bug 796) trackback support
[lhc/web/wiklou.git] / skins / monobook / IEMacFixes.css
1 /* IE/Mac only fix stylesheet, imported from main.css */
2 #portal-column-content {
3 margin: 0 0 4.8em 0;
4 float: none;
5 }
6 #portal-column-content #content {
7 z-index: 0;
8 }
9 #portal-column-one {
10 position: absolute;
11 top:0;
12 left:0;
13 z-index: 3;
14 }
15 #portal-footer {
16 margin-left: 12em;
17 }
18 /*
19 #portlet-contentViews {
20 top: 0.6em !important;
21 left: 14.5em !important;
22 }
23 */
24 #portlet-contentViews li,
25 #portlet-contentViews .selected {
26 border: none !important;
27 }
28 #portlet-contentViews li a {
29 border: 1px solid #aaaaaa;
30 border-bottom: none;
31 }
32 #portlet-contentViews li.selected a {
33 border: 1px solid #fabd23;
34 border-bottom: none;
35 }
36 /* no background images */
37 li#personaltools-userpage,
38 li#personaltools-login/* */ {
39 background: none;
40 padding-left: none;
41 }
42 #mactest {
43 color: Green;
44 }