Update posts.css.scss

This commit is contained in:
Lightforger
2013-03-16 14:18:56 +01:00
parent 129e0b2b11
commit 2be0297850

View File

@@ -176,8 +176,8 @@ div#c-posts {
div#a-index { div#a-index {
div#posts { div#posts {
max-width: 900px; margin-left: 15em;
float: left; margin-right: 6.5em;
} }
div#jlist-rss-ads-for-show { div#jlist-rss-ads-for-show {
@@ -262,6 +262,12 @@ div#c-posts {
} }
} }
#content {
width:70%;
float:left;
padding-left:1em;
}
span.close-button { span.close-button {
position: absolute; position: absolute;
top: 5px; top: 5px;
@@ -296,6 +302,7 @@ div#c-post-versions {
text-decoration: line-through; text-decoration: line-through;
margin-right: 0.5em; margin-right: 0.5em;
} }
} }
} }