Remove some extra padding on the right of post info

This commit is contained in:
Neil Lalonde 2013-06-19 09:46:09 -04:00
parent 5ef6714d48
commit 3e0f47705a
1 changed files with 0 additions and 4 deletions

View File

@ -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;