Skip to content

Commit

Permalink
Fix spacing between tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
adammck committed Dec 21, 2011
1 parent 2d89fb0 commit f46a167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hunchworks/static/css/includes/tags.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import "../hunchworks.scss";

ul.tags {
margin-top: -0.5em;

> li {
display: inline-block;
Expand All @@ -13,6 +14,7 @@ ul.tags {
padding-left: 19px;
padding-right: 0.625em;
margin-right: 0.625em;
margin-top: 0.625em;

> a {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion hunchworks/static/css/pages/hunches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}

> ul.tags {
margin-top: $spacing;
margin-top: $spacing/2;
}
}

Expand Down

0 comments on commit f46a167

Please sign in to comment.