Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1426,7 +1426,7 @@ |
1427 | 1427 | } |
1428 | 1428 | |
1429 | 1429 | div#searchTarget ul li:before { |
1430 | | - color: #ffa500; |
| 1430 | + color: orange; |
1431 | 1431 | content: "\00BB \0020"; |
1432 | 1432 | } |
1433 | 1433 | |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | } |
161 | 161 | |
162 | 162 | div.searchresults { |
163 | | - border:1px solid #00008b; |
| 163 | + border:1px solid darkblue; |
164 | 164 | padding-top: 10px; |
165 | 165 | padding-bottom: 10px; |
166 | 166 | padding-left: 20px; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -104,7 +104,6 @@ |
105 | 105 | languages while the the text is typed as URLs. |
106 | 106 | * (bug 18535) Search tab tool-tops are corrupted |
107 | 107 | * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit |
108 | | -* (bug 18069) Fixed some CSS validation issues with colors |
109 | 108 | * (bug 18207) Strange spacing before [[irc:...]] links |
110 | 109 | * Removed float from the user login form in RTL interface - caused display |
111 | 110 | problems in FF2 |