[dw-free] Tabula Rasa: some links are out of order
[commit: http://hg.dwscoalition.org/dw-free/rev/15eb5ea0b2a5]
http://bugs.dwscoalition.org/show_bug.cgi?id=4336
Reorder a:visited, a:hover, a:active in footer. Remove redundant footer link
CSS in some styles.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4336
Reorder a:visited, a:hover, a:active in footer. Remove redundant footer link
CSS in some styles.
Patch by
Files modified:
- bin/upgrading/s2layers/boxesandborders/layout.s2
- bin/upgrading/s2layers/core2base/layout.s2
- bin/upgrading/s2layers/fluidmeasure/layout.s2
- bin/upgrading/s2layers/modish/layout.s2
- bin/upgrading/s2layers/nouveauoleanders/layout.s2
--------------------------------------------------------------------------------
diff -r dc058033ebbf -r 15eb5ea0b2a5 bin/upgrading/s2layers/boxesandborders/layout.s2
--- a/bin/upgrading/s2layers/boxesandborders/layout.s2 Wed Feb 22 11:14:12 2012 +0800
+++ b/bin/upgrading/s2layers/boxesandborders/layout.s2 Wed Feb 22 11:31:44 2012 +0800
@@ -154,8 +154,6 @@
var string calendar_colors = generate_color_css( $*color_page_title, $*color_calendar_module_emptyday_background, new Color );
var string calendar_link_colors = generate_color_css( $*color_page_background, $*color_calendar_module_hasday_background, new Color );
- var string footer_colors = generate_color_css( new Color, $*color_footer_background, new Color );
-
var string userpic_css = "";
if ($*userpics_position == "left") {
$userpic_css = """
@@ -501,13 +499,6 @@
.module-calendar td a { $calendar_link_colors
text-decoration: none; }
-/* footer */
-
-#footer { $footer_colors }
-#footer a { color: $*color_footer_link; }
-#footer a:visited { color: $*color_footer_link_visited; }
-#footer a:hover { color: $*color_footer_link_hover; }
-
$userpic_css
""";
diff -r dc058033ebbf -r 15eb5ea0b2a5 bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2 Wed Feb 22 11:14:12 2012 +0800
+++ b/bin/upgrading/s2layers/core2base/layout.s2 Wed Feb 22 11:31:44 2012 +0800
@@ -362,9 +362,9 @@
}
#footer a { $footer_link_colors }
+#footer a:visited { $footer_link_visited_colors }
+#footer a:hover { $footer_link_hover_colors }
#footer a:active { $footer_link_active_colors }
-#footer a:hover { $footer_link_hover_colors }
-#footer a:visited { $footer_link_visited_colors }
#primary {
float: left;
diff -r dc058033ebbf -r 15eb5ea0b2a5 bin/upgrading/s2layers/fluidmeasure/layout.s2
--- a/bin/upgrading/s2layers/fluidmeasure/layout.s2 Wed Feb 22 11:14:12 2012 +0800
+++ b/bin/upgrading/s2layers/fluidmeasure/layout.s2 Wed Feb 22 11:31:44 2012 +0800
@@ -741,7 +741,6 @@
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em; }
-#footer a { color: $*color_footer_link; }
$userpic_css
""";
diff -r dc058033ebbf -r 15eb5ea0b2a5 bin/upgrading/s2layers/modish/layout.s2
--- a/bin/upgrading/s2layers/modish/layout.s2 Wed Feb 22 11:14:12 2012 +0800
+++ b/bin/upgrading/s2layers/modish/layout.s2 Wed Feb 22 11:31:44 2012 +0800
@@ -302,14 +302,6 @@
$module_navlinks_colors }
.module-navlinks a:hover { $module_navlinks_active_colors
text-decoration: none; }
-
-
-/* footer */
-
-#footer { $footer_colors }
-#footer a { color: $*color_footer_link; }
-#footer a:visited { color: $*color_footer_link_visited; }
-#footer a:hover { color: $*color_footer_link_hover; }
$userpic_css
""";
diff -r dc058033ebbf -r 15eb5ea0b2a5 bin/upgrading/s2layers/nouveauoleanders/layout.s2
--- a/bin/upgrading/s2layers/nouveauoleanders/layout.s2 Wed Feb 22 11:14:12 2012 +0800
+++ b/bin/upgrading/s2layers/nouveauoleanders/layout.s2 Wed Feb 22 11:31:44 2012 +0800
@@ -1094,10 +1094,6 @@
min-height: 31px;
}
-#footer a {
- color: $*color_footer_link;
- }
-
$userpic_css
""";
--------------------------------------------------------------------------------
