Fixed inconsistent margins

This commit is contained in:
Marcin Kurczewski 2015-02-22 10:32:55 +01:00
parent 4cad09b85e
commit d425b0df2e
2 changed files with 3 additions and 3 deletions

View file

@ -100,6 +100,6 @@
#global-comment-list .comments>h1 {
display: none;
}
#global-comment-list .post-small a {
#global-comment-list .post-small .link {
margin: 0;
}

View file

@ -69,8 +69,8 @@
position: relative;
}
.post-small .link {
display: inline-block;
margin: 0.2em;
display: block;
margin: 0.3em;
border: 1px solid #999;
z-index: 1;
position: relative;