Misc css cleanups, mainly for IE.
[lhc/web/wiklou.git] / stylesheets / DaVinciIE55Fixes.css
1 /* IE5.5/win- only fixes */
2
3 /* slightly smaller top margin for the content area */
4
5 #portlet-contentViews li a,
6 #portlet-contentViews .selected a,
7 #portlet-contentViews li a:hover {
8 padding-bottom: 0.2em;
9 }
10
11 #portal-personaltools {
12 padding-bottom: 0.1em;
13 }
14
15 body {
16 font-size: xx-small;
17 }
18
19 .portlet {
20 overflow:hidden;
21 }