Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -9,22 +9,22 @@ |
10 | 10 | ** All you guys rock :) |
11 | 11 | */ |
12 | 12 | |
13 | | -#column-content { |
| 13 | +div#column-content { |
14 | 14 | width: 100%; |
15 | 15 | float: right; |
16 | 16 | margin: 0 0 .6em -12.2em; |
17 | 17 | padding: 0; |
18 | 18 | } |
19 | | -#content { |
| 19 | +div#content { |
20 | 20 | margin: 2.8em 0 0 12.2em; |
21 | 21 | padding: 0 1em 1em 1em; |
22 | 22 | position: relative; |
23 | 23 | z-index: 2; |
24 | 24 | } |
25 | | -#column-one { |
| 25 | +div#column-one { |
26 | 26 | padding-top: 160px; |
27 | 27 | } |
28 | | -#content { |
| 28 | +div#content { |
29 | 29 | background: white; |
30 | 30 | color: black; |
31 | 31 | border: 1px solid #aaa; |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | } |
50 | 50 | |
51 | 51 | /* scale back up to a sane default */ |
52 | | -#globalWrapper { |
| 52 | +div#globalWrapper { |
53 | 53 | font-size: 127%; |
54 | 54 | width: 100%; |
55 | 55 | margin: 0; |
— | — | @@ -893,7 +893,7 @@ |
894 | 894 | /* |
895 | 895 | ** footer |
896 | 896 | */ |
897 | | -#footer { |
| 897 | +div#footer { |
898 | 898 | background-color: white; |
899 | 899 | border-top: 1px solid #fabd23; |
900 | 900 | border-bottom: 1px solid #fabd23; |
— | — | @@ -902,7 +902,7 @@ |
903 | 903 | text-align: center; |
904 | 904 | font-size: 90%; |
905 | 905 | } |
906 | | -#footer li { |
| 906 | +div#footer li { |
907 | 907 | display: inline; |
908 | 908 | margin: 0 1.3em; |
909 | 909 | } |