Remove some extra padding on the right of post info
This commit is contained in:
parent
5ef6714d48
commit
3e0f47705a
|
@ -496,15 +496,11 @@
|
||||||
}
|
}
|
||||||
.topic-meta-data-inside {
|
.topic-meta-data-inside {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
|
||||||
z-index: 490;
|
z-index: 490;
|
||||||
.post-info {
|
.post-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
&:first-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
&.edits {
|
&.edits {
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
|
|
Loading…
Reference in New Issue