fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-05 04:03 pm

[dw-nonfree] Make styling for the <q> tag consistent across all styles and site schemes

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f1a662a80a6a]

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

Consistently display the <q> tag as italics.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/layout.s2
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 3b836ba3da3a -r f1a662a80a6a bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2	Sun Apr 04 10:41:37 2010 -0700
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2	Mon Apr 05 09:07:59 2010 -0700
@@ -324,6 +324,9 @@ a:hover {
 }
 a:active {
     $page_link_active_colors
+}
+
+q { font-style: italic;
 }
 
 #container {
diff -r 3b836ba3da3a -r f1a662a80a6a bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Sun Apr 04 10:41:37 2010 -0700
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Apr 05 09:07:59 2010 -0700
@@ -414,6 +414,8 @@ function Page::print_default_stylesheet 
     a:visited { $page_link_visited_colors }
     a:hover { $page_link_hover_colors }
     a:active { $page_link_active_colors }
+
+    q { font-style: italic; }
 
     #container {
                 $page_background
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org