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-09-13 08:27 am

[dw-free] Remove duplicated properties.

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

Remove duplicated properties.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/negatives/themes.s2
--------------------------------------------------------------------------------
diff -r 5bee4da05c36 -r 797ffa6a96fb bin/upgrading/s2layers/negatives/themes.s2
--- a/bin/upgrading/s2layers/negatives/themes.s2	Sun Sep 13 06:37:28 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/themes.s2	Sun Sep 13 16:28:56 2009 +0800
@@ -84,9 +84,7 @@ set layout_authors = [ { "name" => "zvi"
 set layout_authors = [ { "name" => "zvi", "type" => "user" } ];
 
 set color_page_background = "#d9f3d3";
-set color_entry_link_hover = "#919e89";
 set color_page_link = "#8f0000";
-set color_module_link_hover = "#919e89";
 set color_module_background = "#d9f3d3";
 set color_entry_link = "#8f0000";
 set color_module_border = "#DDB4B4";
@@ -96,7 +94,6 @@ set color_page_text = "#103f0a";
 set color_page_text = "#103f0a";
 set color_module_link = "#8f0000";
 set color_entry_title = "#103f0a";
-set color_page_link_hover = "#919e89";
 set color_entry_interaction_links = "#8f0000";
 set color_module_text = "#103f0a";
 set color_entry_background = "#d9f3d3";
@@ -140,10 +137,6 @@ set color_entry_interaction_links = "#a6
 set color_entry_interaction_links = "#a6e820";
 set color_module_text = "#000002";
 set color_entry_background = "#f6aa79";
-
-set color_page_link_active = "#f6aa79";
-set color_page_link_visited = "#f6aa79";
-
 set color_entry_interaction_links_hover = "#78f5e8";
 set color_entry_interaction_links_active = "#38BBFC";
 set color_entry_interaction_links_visited  = "#38BBFC";
--------------------------------------------------------------------------------