post-date can be same size as other post info

This commit is contained in:
Jeff Atwood 2014-11-20 12:23:21 -08:00
parent d4f7db3a1d
commit 97a44b4c43
2 changed files with 2 additions and 2 deletions

View File

@ -1004,7 +1004,7 @@ a.attachment:before {
.post-info {
display: inline-block;
float: right;
font-size: 12px;
font-size: 13px;
margin-top: 1px;
a {color: scale-color($primary, $lightness: 50%);}
}

View File

@ -475,7 +475,7 @@ span.highlighted {
}
.post-info {
float: right;
font-size: 12px;
font-size: 13px;
margin: 4px 10px 0 0;
.edits { margin-right: 5px; }
}