Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -42,10 +42,6 @@ |
43 | 43 | padding: 0 8px; |
44 | 44 | } |
45 | 45 | |
46 | | -.mwm-message.mwm-notice { |
47 | | - font-size: 1.1em; |
48 | | -} |
49 | | - |
50 | 46 | #footer { |
51 | 47 | padding-top: 1em; |
52 | 48 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -1,4 +1,6 @@ |
2 | | -#header, #footer, #content_wrapper { |
| 2 | +#header, |
| 3 | +#footer, |
| 4 | +#content_wrapper { |
3 | 5 | margin: 0 2px; |
4 | 6 | } |
5 | 7 | |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -1,4 +1,6 @@ |
2 | | -#header, #footer, #content_wrapper { |
| 2 | +#header, |
| 3 | +#footer, |
| 4 | +#content_wrapper { |
3 | 5 | margin: 0 2px; |
4 | 6 | } |
5 | 7 | |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -1,12 +1,3 @@ |
2 | | -.mwm-notice { |
3 | | - padding: 5px; |
4 | | - background: #dddddd; |
5 | | - -webkit-border-radius: 5px; |
6 | | - margin-top: 5px; |
7 | | - text-align: center; |
8 | | - border: 1px solid grey; |
9 | | -} |
10 | | - |
11 | 2 | #clearButton { |
12 | 3 | display: none; |
13 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -1,4 +1,6 @@ |
2 | | -#header, #footer, #content_wrapper { |
| 2 | +#header, |
| 3 | +#footer, |
| 4 | +#content_wrapper { |
3 | 5 | margin: 0 2px; |
4 | 6 | } |
5 | 7 | |