Remove extra padding at top of posts

This commit is contained in:
Neil Lalonde 2013-06-19 14:30:05 -04:00
parent 3e0f47705a
commit 8b9b87f42e
1 changed files with 2 additions and 1 deletions

View File

@ -497,6 +497,7 @@
.topic-meta-data-inside {
float: right;
z-index: 490;
margin-left: 20px;
.post-info {
font-size: 12px;
display: inline-block;
@ -518,7 +519,7 @@
position: relative;
.contents {
.cooked {
padding: 25px 10px 0;
padding: 10px 10px 0;
}
position: relative;
border: 1px solid #b9b9b9;