fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-03-29 08:26 am

[dw-free] New Style: Abstractia by chiming

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

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

Remove extra trailing comma in CSS. (tiniest CSS tweak in the world!)

Patch by [personal profile] chiming.

Files modified:
  • bin/upgrading/s2layers/abstractia/layout.s2
--------------------------------------------------------------------------------
diff -r 5bc7a0f47357 -r d6c8614818e0 bin/upgrading/s2layers/abstractia/layout.s2
--- a/bin/upgrading/s2layers/abstractia/layout.s2	Thu Mar 29 16:23:58 2012 +0800
+++ b/bin/upgrading/s2layers/abstractia/layout.s2	Thu Mar 29 16:27:49 2012 +0800
@@ -1565,7 +1565,7 @@
     $content_image
 }
 
-.entry .footer, .comment .footer, .page-tags .tags-container .manage-tags-link a, blockquote, .module-navlinks .current, .page-icons .icons-container .manage-icons-link a, {
+.entry .footer, .comment .footer, .page-tags .tags-container .manage-tags-link a, blockquote, .module-navlinks .current, .page-icons .icons-container .manage-icons-link a {
     $content_footer_image
 }
 
--------------------------------------------------------------------------------