forked from GithubBackups/tinyib
Tweak styling of rules and post messages
This commit is contained in:
parent
58d378fe46
commit
b8d86e8612
@ -42,8 +42,15 @@ form {
|
||||
padding: 1em 0.5em 1em 0.5em;
|
||||
}
|
||||
|
||||
.reply blockquote, blockquote :last-child {
|
||||
margin-bottom: 0em;
|
||||
.message {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.reply .message {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.reflink a {
|
||||
@ -87,9 +94,13 @@ form {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.rules {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rules ul {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.floatpost {
|
||||
|
@ -98,9 +98,9 @@ EOF;
|
||||
$post['message'] .= '<br><span class="omittedposts">Post truncated. Click Reply to view.</span><br>';
|
||||
}
|
||||
$return .= <<<EOF
|
||||
<blockquote>
|
||||
<div class="message">
|
||||
${post["message"]}
|
||||
</blockquote>
|
||||
</div>
|
||||
EOF;
|
||||
|
||||
if ($post['parent'] == TINYIB_NEWTHREAD) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user