From b8d86e86126deedf50c178ccdadcddba874e7d41 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Thu, 6 Jun 2013 22:39:36 -0700 Subject: [PATCH] Tweak styling of rules and post messages --- css/global.css | 17 ++++++++++++++--- inc/html.php | 4 ++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/css/global.css b/css/global.css index ebc4b23..b2ae048 100644 --- a/css/global.css +++ b/css/global.css @@ -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 { diff --git a/inc/html.php b/inc/html.php index ce946e6..df4d690 100644 --- a/inc/html.php +++ b/inc/html.php @@ -98,9 +98,9 @@ EOF; $post['message'] .= '
Post truncated. Click Reply to view.
'; } $return .= << +
${post["message"]} - +
EOF; if ($post['parent'] == TINYIB_NEWTHREAD) {