Skip to content

Commit

Permalink
Merge pull request #1919 from sarken/issue_4161
Browse files Browse the repository at this point in the history
4161 Tag alignment in blurbs
  • Loading branch information
zz9pzza committed Nov 21, 2014
2 parents 1ee06a2 + 5b97dfc commit 7630a6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/stylesheets/site/2.0/10-types-groups.css
Expand Up @@ -8,7 +8,7 @@ a.tag {
color: #111;
line-height: 1.5;
text-decoration: none;
padding: 0 0.125em;
padding: 0;
border-bottom: 1px dotted;
}

Expand All @@ -19,6 +19,8 @@ a.tag:hover, .listbox .heading a.tag:visited:hover {

.tags li {
display: inline;
padding-left: 0;
padding-right: 0.25;
}

.filters .tags li, .review .tags {
Expand Down Expand Up @@ -160,7 +162,7 @@ a.work {
font-weight: bold;
}

li.relationships {
li.relationships a {
background: #eee;
}

Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/site/2.0/13-group-blurb.css
Expand Up @@ -77,6 +77,10 @@ li.blurb:after, .blurb .blurb:after {
float: right;
}

.blurb .fandoms .landmark {
position: absolute;
}

.blurb dl.stats + .heading.landmark {
display: inline;
}
Expand Down

0 comments on commit 7630a6c

Please sign in to comment.