Fixed inconsistent margins
This commit is contained in:
parent
4cad09b85e
commit
d425b0df2e
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue