Skip to content

Commit

Permalink
Handle long keys better.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Jul 1, 2009
1 parent 23957e3 commit 408465d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dt {
clear: left;
width: 70px;
font-weight: bold;
overflow: hidden;
}
dt:after { content: ":"; }
dd {
Expand Down
2 changes: 1 addition & 1 deletion templates/bin.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<dl>
{% for part in post %}
<dt>{{ part.0 }}</dt>
<dt title="{{ part.0 }}">{{ part.0 }}</dt>
<dd>{{ part.1 }}</dd>
{% endfor %}
</dl>
Expand Down

0 comments on commit 408465d

Please sign in to comment.