Skip to content

Commit

Permalink
Merge branch 'dev' into fixtagform
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhal committed Sep 3, 2017
2 parents 234eea1 + 38d3e45 commit 25fcb69
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions public/css/main.css
Expand Up @@ -1796,17 +1796,21 @@ span.tag-text {
padding: 0 3px;
display: inline-block;
}
.accepted span.tag-text {
margin-right: 3px;
}

span.tag {
border-radius: 1rem;
box-shadow: 0px 0px 1px 0px #636363;
margin-bottom: 1px;
}
.tag.accepted {
margin-right: 2px;
}

.tag.accepted a{
margin-right: 1px;
margin-right: 3px;
}
.tag.accepted span a {
margin-right: 0;
}
.tag.accepted i{
padding: 0px 0px 3px 0px;
Expand Down

0 comments on commit 25fcb69

Please sign in to comment.