Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1135,14 +1135,6 @@ |
1136 | 1136 | background-color: #0f0; |
1137 | 1137 | } |
1138 | 1138 | |
1139 | | -span.comment { |
1140 | | - font-style: italic; |
1141 | | -} |
1142 | | - |
1143 | | -span.changedby { |
1144 | | - font-size: 95%; |
1145 | | -} |
1146 | | - |
1147 | 1139 | .previewnote { |
1148 | 1140 | color: #c00; |
1149 | 1141 | margin-bottom: 1em; |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -646,14 +646,6 @@ |
647 | 647 | background-color: #0f0; |
648 | 648 | } |
649 | 649 | |
650 | | -span.comment { |
651 | | - font-style: italic; |
652 | | -} |
653 | | - |
654 | | -span.changedby { |
655 | | - font-size: 95%; |
656 | | -} |
657 | | - |
658 | 650 | .previewnote { |
659 | 651 | text-indent: 3em; |
660 | 652 | color: #c00; |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -9,6 +9,16 @@ |
10 | 10 | .mw-plusminus-neg { color: #8b0000; } /* dark red */ |
11 | 11 | .mw-plusminus-null { color: #aaa; } /* gray */ |
12 | 12 | |
| 13 | +/* Comment and username portions of RC entries */ |
| 14 | +span.comment { |
| 15 | + font-style: italic; |
| 16 | +} |
| 17 | + |
| 18 | +span.changedby { |
| 19 | + font-size: 95%; |
| 20 | +} |
| 21 | + |
| 22 | +/* Math */ |
13 | 23 | .texvc { direction: ltr; unicode-bidi: embed; } |
14 | 24 | img.tex { vertical-align: middle; } |
15 | 25 | span.texhtml { font-family: serif; } |