kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-04-06 02:53 pm

[dw-free] Clean Crossroads layout.s2 to remove superfluous code

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

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

Style navlinks with the same font as journal titles.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/crossroads/layout.s2
--------------------------------------------------------------------------------
diff -r ee395094c18b -r c0f313ee4302 bin/upgrading/s2layers/crossroads/layout.s2
--- a/bin/upgrading/s2layers/crossroads/layout.s2	Tue Apr 06 03:17:13 2010 +0000
+++ b/bin/upgrading/s2layers/crossroads/layout.s2	Tue Apr 06 09:53:18 2010 -0500
@@ -363,8 +363,9 @@ text-align: center; }
     top: 2.5em;
     white-space: nowrap;
     color: $*color_page_title;
-    background-color: transparent;
-    font-family: $*font_journal_title; }
+    background-color: transparent; }
+
+.module-navlinks ul { font-family: $*font_journal_title; }
 
 .two-columns-left .module-navlinks { left: $*sidebar_width; }
 .three-columns-left .module-navlinks { left: $*sidebar_width_doubled; }
--------------------------------------------------------------------------------
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2010-04-06 02:55 pm (UTC)(link)
Oops, didn't I manage to combine the two patches? Sorry, I thought I had!