style width update

Moves the "Reply >>" and "new post" field to be alligned with the post bodies rather then the authors.

Removal of width limits.
It looks like the 'single-forum-post' class should go on the <div id="a-index"> element, but it doesn't appear there?
This commit is contained in:
Lightforger
2013-03-18 13:23:28 +01:00
parent bee4356a5e
commit a5813771d0

View File

@@ -29,9 +29,12 @@ div.list-of-forum-posts {
} }
} }
div.list-of-forum-posts+p {
margin-left: 14em;
}
div#c-forum-topics { div#c-forum-topics {
div.single-forum-post { div.single-forum-post {
width: 60em;
} }
div#a-show { div#a-show {
@@ -54,4 +57,8 @@ div#c-forum-topics {
span.locked-topic { span.locked-topic {
color: #666; color: #666;
} }
#topic-response {
margin-left:14em;
}
} }