Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -237,7 +237,7 @@ |
238 | 238 | margin-right: auto; |
239 | 239 | } |
240 | 240 | /* small for tables and similar */ |
241 | | -.small, .small * { font-size: 94%; } |
| 241 | +.small { font-size: 94%; } |
242 | 242 | table.small { font-size: 100% } |
243 | 243 | |
244 | 244 | /* |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -317,7 +317,7 @@ |
318 | 318 | margin-right: auto; |
319 | 319 | } |
320 | 320 | /* small for tables and similar */ |
321 | | -.small, .small * { |
| 321 | +.small { |
322 | 322 | font-size: 94%; |
323 | 323 | } |
324 | 324 | table.small { |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | } |
216 | 216 | |
217 | 217 | /* small for tables and similar */ |
218 | | -.small, .small * { |
| 218 | +.small { |
219 | 219 | font-size: 94%; |
220 | 220 | } |
221 | 221 | table.small { |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1018,7 +1018,7 @@ |
1019 | 1019 | margin-right: auto; |
1020 | 1020 | } |
1021 | 1021 | /* Small for tables and similar */ |
1022 | | -.small, .small * { |
| 1022 | +.small { |
1023 | 1023 | font-size: 94%; |
1024 | 1024 | } |
1025 | 1025 | table.small { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -238,6 +238,7 @@ |
239 | 239 | * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again |
240 | 240 | * ' character entity is now allowed in wikitext |
241 | 241 | * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if intl installed. |
| 242 | +* (bug 28561) The css class small will no longer make nested elements even smaller. |
242 | 243 | |
243 | 244 | === API changes in 1.18 === |
244 | 245 | * (bug 26339) Throw warning when truncating an overlarge API result |