# HG changeset patch # User Steve Losh # Date 1264344803 18000 # Node ID b8301b4e1d663e88370befcdb9108d1699796e32 # Parent 336b9c458690f3b02aef03fb4640dd9401da1882 Restructure tag lists to pass validation. diff -r 336b9c458690 -r b8301b4e1d66 layout/skeleton/_listing.html --- a/layout/skeleton/_listing.html Sun Jan 24 09:37:56 2010 -0500 +++ b/layout/skeleton/_listing.html Sun Jan 24 09:53:23 2010 -0500 @@ -4,10 +4,10 @@ {% block after_header %} {% if page.node.categories %} - + {% endif %} {% endblock %} diff -r 336b9c458690 -r b8301b4e1d66 media/css/base.css --- a/media/css/base.css Sun Jan 24 09:37:56 2010 -0500 +++ b/media/css/base.css Sun Jan 24 09:53:23 2010 -0500 @@ -286,25 +286,24 @@ } /* Tag styles. */ -ul#section-tags { - list-style: none; +div#section-tags { margin: 0 0 0 0.4em; display: inline-block; font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif; } -ul#section-tags li { +div#section-tags p { font-size: 1.1em; line-height: 1.05em; margin: 0; } -ul#section-tags li a { +div#section-tags p a { color: #666; } -ul#section-tags li a:hover { +div#section-tags p a:hover { color: #e50053; text-decoration: none; } -ul#section-tags div.section-tags-col { +div#section-tags div.section-tags-col { display: inline-block; margin-right: 1em; } \ No newline at end of file