Skip to content

Commit

Permalink
Adjust the tag structures and styles a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Jan 24, 2010
1 parent 4b76923 commit fbcdce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions layout/skeleton/_listing.html
Expand Up @@ -5,16 +5,16 @@
{% block after_header %}
{% if page.node.categories %}
<ul id="section-tags">
<span class="section-tags-col">
<div class="section-tags-col">
{% for category in page.node.categories.keys %}
<li><a href="{{ page.url }}{{ category }}">{{ category }}</a></li>
{% if forloop.counter|divisibleby:2 %}
{% if not forloop.last %}
</span><span class="section-tags-col">
</div><div class="section-tags-col">
{% endif %}
{% endif %}
{% endfor %}
</span>
</div>
</ul>
{% endif %}
{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions media/css/base.css
Expand Up @@ -293,7 +293,7 @@ ul#section-tags {
font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
}
ul#section-tags li {
font-size: 1.2em;
font-size: 1.1em;
line-height: 1.05em;
margin: 0;
}
Expand All @@ -304,7 +304,7 @@ ul#section-tags li a:hover {
color: #e50053;
text-decoration: none;
}
ul#section-tags span.section-tags-col {
ul#section-tags div.section-tags-col {
display: inline-block;
margin-right: 1em;
}

0 comments on commit fbcdce7

Please sign in to comment.