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:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user