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 {
|
#global-comment-list .comments>h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#global-comment-list .post-small a {
|
#global-comment-list .post-small .link {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,8 +69,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.post-small .link {
|
.post-small .link {
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin: 0.2em;
|
margin: 0.3em;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue