Index: trunk/phase3/stylesheets/monobook/main.css |
— | — | @@ -247,7 +247,6 @@ |
248 | 248 | border: 1px dashed #2f6fab; |
249 | 249 | color: Black; |
250 | 250 | background-color: #f9f9f9; |
251 | | - overflow: auto; |
252 | 251 | } |
253 | 252 | .pre a { |
254 | 253 | text-decoration: none; |
— | — | @@ -900,8 +899,8 @@ |
901 | 900 | display: inline; |
902 | 901 | } |
903 | 902 | /* the full-size images are in center tags */ |
904 | | -*>html #bodyContent center, |
905 | | -*>html #bodyContent pre { |
| 903 | +* html #bodyContent center, |
| 904 | +* html #bodyContent pre { |
906 | 905 | overflow: auto; |
907 | 906 | } |
908 | 907 | |