Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -177,6 +177,10 @@ |
178 | 178 | padding: 0 1em 1em; |
179 | 179 | line-height: 1.5em; |
180 | 180 | } |
| 181 | +fieldset.nested { |
| 182 | + margin: 0 0 0.5em 0; |
| 183 | + padding: 0 0.5em 0.5em; |
| 184 | +} |
181 | 185 | legend { |
182 | 186 | padding: .5em; |
183 | 187 | font-size: 95%; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1336,7 +1336,7 @@ |
1337 | 1337 | * to ensure that client-side caches don't keep obsolete copies of global |
1338 | 1338 | * styles. |
1339 | 1339 | */ |
1340 | | -$wgStyleVersion = '134'; |
| 1340 | +$wgStyleVersion = '135'; |
1341 | 1341 | |
1342 | 1342 | |
1343 | 1343 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -75,6 +75,8 @@ |
76 | 76 | * (bug 10457) Reorganize Special:Specialpages |
77 | 77 | * Add a new hook EditPageBeforeConflictDiff to allow extensions like FCKeditor |
78 | 78 | to modify the output for edit conflicts. |
| 79 | +* Add class="nested" for <fieldset>s so fieldsets inside fieldsets get |
| 80 | + a slightly less huge margin and padding. |
79 | 81 | |
80 | 82 | === Bug fixes in 1.13 === |
81 | 83 | |