]> git.ipfire.org Git - ipfire.org.git/blob - www/ie6.css
Fixed css of IE6 fixes.
[ipfire.org.git] / www / ie6.css
1 /* Settings for IE6 and older */
2 body
3 {
4 background: #f5f5f5;
5 }
6
7 #header h1
8 {
9 margin-left: 52px;
10 }
11
12 #header h2
13 {
14 margin-left: 52px;
15 }
16 #menu li
17 {
18 width: 1em;
19 }
20 p
21 {
22 padding-right: 1.5em;
23 }