Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1164,10 +1164,6 @@ |
1165 | 1165 | text-indent: -2em; |
1166 | 1166 | } |
1167 | 1167 | |
1168 | | -input#wpSummary { |
1169 | | - width: 80%; |
1170 | | -} |
1171 | | - |
1172 | 1168 | /* @bug 1714 */ |
1173 | 1169 | input#wpSave, input#wpDiff { |
1174 | 1170 | margin-right: 0.33em; |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -109,6 +109,10 @@ |
110 | 110 | |
111 | 111 | table.mw-htmlform-nolabel td.mw-label { width: 0 !important; } |
112 | 112 | |
| 113 | +input#wpSummary { |
| 114 | + width: 80%; |
| 115 | +} |
| 116 | + |
113 | 117 | /** |
114 | 118 | * Image captions |
115 | 119 | */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1682,7 +1682,7 @@ |
1683 | 1683 | * to ensure that client-side caches do not keep obsolete copies of global |
1684 | 1684 | * styles. |
1685 | 1685 | */ |
1686 | | -$wgStyleVersion = '272'; |
| 1686 | +$wgStyleVersion = '273'; |
1687 | 1687 | |
1688 | 1688 | |
1689 | 1689 | # Server-side caching: |