Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1443,7 +1443,7 @@ |
1444 | 1444 | div#searchTargetHide { |
1445 | 1445 | float:right; |
1446 | 1446 | border:solid 1px black; |
1447 | | - background:gainsboro; |
| 1447 | + background:#DCDCDC; |
1448 | 1448 | padding:2px; |
1449 | 1449 | } |
1450 | 1450 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -162,6 +162,7 @@ |
163 | 163 | * (bug 11039) Add missing labels on protection form |
164 | 164 | * (bug 13458) Preview/edit toolbar spacing now works consistently |
165 | 165 | * (bug 13433) Fix action=render on Image: pages |
| 166 | +* (bug 13678) Fix CSS validation for Monobook |
166 | 167 | |
167 | 168 | |
168 | 169 | === API changes in 1.13 === |