Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1134,16 +1134,6 @@ |
1135 | 1135 | background-color: #0f0; |
1136 | 1136 | } |
1137 | 1137 | |
1138 | | -.previewnote { |
1139 | | - color: #c00; |
1140 | | - margin-bottom: 1em; |
1141 | | -} |
1142 | | - |
1143 | | -.previewnote p { |
1144 | | - text-indent: 3em; |
1145 | | - margin: 0.8em 0; |
1146 | | -} |
1147 | | - |
1148 | 1138 | .editExternally { |
1149 | 1139 | border: 1px solid gray; |
1150 | 1140 | background-color: #ffffff; |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -643,6 +643,17 @@ |
644 | 644 | border: none; |
645 | 645 | } |
646 | 646 | |
| 647 | +/* Note on preview page */ |
| 648 | +.previewnote { |
| 649 | + color: #c00; |
| 650 | + margin-bottom: 1em; |
| 651 | +} |
| 652 | + |
| 653 | +.previewnote p { |
| 654 | + text-indent: 3em; |
| 655 | + margin: 0.8em 0; |
| 656 | +} |
| 657 | + |
647 | 658 | .visualClear { |
648 | 659 | clear: both; |
649 | 660 | } |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1537,7 +1537,7 @@ |
1538 | 1538 | * to ensure that client-side caches do not keep obsolete copies of global |
1539 | 1539 | * styles. |
1540 | 1540 | */ |
1541 | | -$wgStyleVersion = '287'; |
| 1541 | +$wgStyleVersion = '288'; |
1542 | 1542 | |
1543 | 1543 | /** |
1544 | 1544 | * This will cache static pages for non-logged-in users to reduce |