afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-13 04:33 pm

[dw-nonfree] Fix corner.gif

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d8d5feeb0797]

http://bugs.dwscoalition.org/show_bug.cgi?id=1526

Fix the corner.gif for tropo-red (no other site schemes use it)

Patch by [personal profile] janinedog.

Files modified:
  • htdocs/img/tropo-red/corner.gif
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r 93544909339c -r d8d5feeb0797 htdocs/img/tropo-red/corner.gif
Binary file htdocs/img/tropo-red/corner.gif has changed
diff -r 93544909339c -r d8d5feeb0797 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Sun Oct 11 10:16:29 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Tue Oct 13 16:32:51 2009 +0000
@@ -427,7 +427,7 @@ a:active,
 
 /* customize.css */
 h2.widget-header {
-    background: #ededed url(/img/corner.gif) no-repeat 0 0;
+    background: #ededed url(/img/tropo-red/corner.gif) no-repeat 0 0;
     color: #222;
 }
 .theme-current {
@@ -941,13 +941,13 @@ div.right-sidebar {
 .textbutton {
     color: #c1272c;
 }
-/*NOTE: corner.gif is white*/
+/*NOTE: tropo-red/corner.gif is #f7f7f7*/
 h2.solid-neutral {
-    background: #ededed url("/img/corner.gif") no-repeat 0 0;
+    background: #ededed url("/img/tropo-red/corner.gif") no-repeat 0 0;
     color: #222;
 }
 h2.solid-blue { /*which is now solid pink*/
-    background: #f4717a url("/img/corner.gif") no-repeat 0 0;
+    background: #f4717a url("/img/tropo-red/corner.gif") no-repeat 0 0;
     color: #222;
 }
 .solid-neutral {
--------------------------------------------------------------------------------