Index: trunk/phase3/stylesheets/monobook/IE60Fixes.css |
— | — | @@ -12,7 +12,6 @@ |
13 | 13 | } |
14 | 14 | #bodyContent center, /* the full-size images are in center tags */ |
15 | 15 | #bodyContent pre { |
16 | | - width: 100%; |
17 | 16 | overflow: auto; |
18 | 17 | } |
19 | 18 | |
Index: trunk/phase3/stylesheets/monobook/IE55Fixes.css |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | } |
11 | 11 | #bodyContent center, |
12 | 12 | #bodyContent pre { |
13 | | - width: 100%; |
14 | 13 | overflow: auto; |
15 | 14 | } |
16 | 15 | |
Index: trunk/phase3/stylesheets/monobook/main.css |
— | — | @@ -311,10 +311,6 @@ |
312 | 312 | padding: 0.5em 1em; |
313 | 313 | vertical-align: middle; |
314 | 314 | } |
315 | | -.portalMessage a { |
316 | | - color: Black; |
317 | | - text-decoration: none; |
318 | | -} |
319 | 315 | .documentDescription { |
320 | 316 | /* The summary text describing the document */ |
321 | 317 | font-weight: bold; |
— | — | @@ -338,7 +334,7 @@ |
339 | 335 | */ |
340 | 336 | |
341 | 337 | a.stub, |
342 | | -a.new{ color:#ba0000; text-decoration:none; } |
| 338 | +a.new { color:#ba0000; text-decoration:none; } |
343 | 339 | |
344 | 340 | #toc { |
345 | 341 | /*border:1px solid #2f6fab;*/ |
— | — | @@ -625,12 +621,14 @@ |
626 | 622 | overflow: visible; |
627 | 623 | } |
628 | 624 | #portlet-logo h5 { display: none; } |
629 | | -#portlet-logo a { |
| 625 | +#portlet-logo a, |
| 626 | +#portlet-logo a:hover { |
630 | 627 | display: block; |
631 | 628 | height: 155px; |
632 | 629 | width: 135px; |
633 | 630 | background: url(wiki.png) no-repeat; |
634 | 631 | background-repeat: no-repeat; |
| 632 | + text-decoration: none; |
635 | 633 | } |
636 | 634 | |
637 | 635 | /* |
— | — | @@ -834,6 +832,9 @@ |
835 | 833 | #portlet-contentViews .selected a { |
836 | 834 | z-index: 3; |
837 | 835 | } |
| 836 | +#portlet-contentViews .new a { |
| 837 | + color:#ba0000; |
| 838 | +} |
838 | 839 | #portlet-contentViews li a:hover { |
839 | 840 | z-index: 3; |
840 | 841 | } |