mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-12 09:15 pm

[dw-nonfree] make tags in entries a horizontal list

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

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

Default to show tags as a horizontal, comma separated list.

Patch by [personal profile] av8rmike.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 3b823b9b53a4 -r 6cc6d58e8ced bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 17:45:14 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 21:15:43 2009 +0000
@@ -558,12 +558,6 @@ function print_stylesheet () {
         list-style: none;
         padding: 0px;
     }
-    .tag li:before {
-        content: ", ";
-    }
-    .tag li:first-child:before {
-        content: " ";
-    }
     *+html .tag li {
         padding: 0 5px;
     }
--------------------------------------------------------------------------------