[dw-free] Misc. Layouts: hard-coded font faces into the CSS
[commit: http://hg.dwscoalition.org/dw-free/rev/108933dea3a6]
http://bugs.dwscoalition.org/show_bug.cgi?id=2629
Remove unnecessary trailing semi-colon.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2629
Remove unnecessary trailing semi-colon.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/colorside/layout.s2
-------------------------------------------------------------------------------- diff -r 715e1c2324ff -r 108933dea3a6 bin/upgrading/s2layers/colorside/layout.s2 --- a/bin/upgrading/s2layers/colorside/layout.s2 Wed Nov 03 14:59:21 2010 +0800 +++ b/bin/upgrading/s2layers/colorside/layout.s2 Wed Nov 03 15:08:35 2010 +0800 @@ -19,11 +19,11 @@ set color_page_details_text = "#999"; ## Fonts ##=============================== -set font_journal_title = "'Century Gothic', Verdana, sans-serif;"; -set font_journal_subtitle = "'Century Gothic', Verdana, sans-serif;"; -set font_entry_title = "'Century Gothic', Verdana, sans-serif;"; -set font_comment_title = "'Century Gothic', Verdana, sans-serif;"; -set font_module_heading = "'Century Gothic', Verdana, sans-serif;"; +set font_journal_title = "'Century Gothic', Verdana, sans-serif"; +set font_journal_subtitle = "'Century Gothic', Verdana, sans-serif"; +set font_entry_title = "'Century Gothic', Verdana, sans-serif"; +set font_comment_title = "'Century Gothic', Verdana, sans-serif"; +set font_module_heading = "'Century Gothic', Verdana, sans-serif"; ##=============================== ## Stylesheet --------------------------------------------------------------------------------
no subject
no subject
And thank *you* :-)