[dw-nonfree] OpenID icon displays poorly on standout boxes in tropo red
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/7a82daf2d57b]
http://bugs.dwscoalition.org/show_bug.cgi?id=971
Change color of standout boxes to make the content easier to read.
Patch by
zarhooie.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=971
Change color of standout boxes to make the content easier to read.
Patch by
Files modified:
- htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r 3ec9cb9337a1 -r 7a82daf2d57b htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css Thu Mar 25 20:56:24 2010 +0000
+++ b/htdocs/stc/tropo/red.css Thu Mar 25 21:23:08 2010 +0000
@@ -380,7 +380,7 @@ a:active,
text-align: center;
}
.standout .standout-inner {
- background-color: #f4717a;
+ background-color: #ffafb6;
color: #111;
border: 1px solid #c1272d;
margin-top: 0.5em;
--------------------------------------------------------------------------------
