Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1428,7 +1428,7 @@ |
1429 | 1429 | } |
1430 | 1430 | |
1431 | 1431 | div#searchTarget ul li:before { |
1432 | | - color: orange; |
| 1432 | + color: #ffa500; |
1433 | 1433 | content: "\00BB \0020"; |
1434 | 1434 | } |
1435 | 1435 | |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | } |
161 | 161 | |
162 | 162 | div.searchresults { |
163 | | - border:1px solid darkblue; |
| 163 | + border:1px solid #00008b; |
164 | 164 | padding-top: 10px; |
165 | 165 | padding-bottom: 10px; |
166 | 166 | padding-left: 20px; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1477,7 +1477,7 @@ |
1478 | 1478 | * to ensure that client-side caches don't keep obsolete copies of global |
1479 | 1479 | * styles. |
1480 | 1480 | */ |
1481 | | -$wgStyleVersion = '214'; |
| 1481 | +$wgStyleVersion = '215'; |
1482 | 1482 | |
1483 | 1483 | |
1484 | 1484 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -376,6 +376,7 @@ |
377 | 377 | languages while the the text is typed as URLs. |
378 | 378 | * (bug 18535) Search tab tool-tops are corrupted |
379 | 379 | * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit |
| 380 | +* (bug 18069) Fixed some CSS validation issues with colors |
380 | 381 | |
381 | 382 | == API changes in 1.15 == |
382 | 383 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |