mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2012-07-21 02:14 am

[dw-free] Bases -- Rocket has invalid color value

[commit: http://hg.dwscoalition.org/dw-free/rev/afb47bc67e3a]

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

Fix invalid color code

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/bases/themes.s2
--------------------------------------------------------------------------------
diff -r e8e3b05be9e3 -r afb47bc67e3a bin/upgrading/s2layers/bases/themes.s2
--- a/bin/upgrading/s2layers/bases/themes.s2	Fri Jul 20 19:16:20 2012 -0700
+++ b/bin/upgrading/s2layers/bases/themes.s2	Fri Jul 20 19:18:45 2012 -0700
@@ -639,7 +639,7 @@
 ##===============================
 
 set color_entry_background = "#d8e9f5";
-set color_entry_border = "#ffff";
+set color_entry_border = "#fff";
 set color_entry_title = "#708696";
 set color_entry_title_background = "#e6eff5";
 
--------------------------------------------------------------------------------