summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-02-16 22:38:20 +0000
committerNick Palmer <nick@sluggardy.net>2007-02-16 22:38:20 +0000
commit534a90f1acaf1e16d9ff31988eb876b2769bc14c (patch)
tree015edc8ae6dbc3ed80373b4953ea8520a4499a79 /styles
parent07e1e5f12aca819e9af02f02da0566228afe9dc4 (diff)
downloadboards-534a90f1acaf1e16d9ff31988eb876b2769bc14c.tar.gz
boards-534a90f1acaf1e16d9ff31988eb876b2769bc14c.tar.bz2
boards-534a90f1acaf1e16d9ff31988eb876b2769bc14c.zip
Various bits of cleanup for displaying. Fixed bugs with displaying threaded with and without threading. Hid icons for posting and topic creation for those that don't have permissions. Made titles display the thread or board name. Commented out home board from admin since home doesn't use it.
Diffstat (limited to 'styles')
-rw-r--r--styles/bitboards.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css
index 90416f7..f05bd86 100644
--- a/styles/bitboards.css
+++ b/styles/bitboards.css
@@ -26,7 +26,7 @@ unregistered user post highlight
/* post layout */
.bitboard .mb-post {clear:both;}
.bitboard .mb-post .body {float:right;width:98%; margin-left:-200px;}
-.bitboard .mb-post .content {margin-left:200px;}
+.bitboard .mb-post .content {width:auto}
.bitboard .mb-post .header {}
.bitboard .mb-post .userinfo {float:left;width:200px;}
.bitboard .mb-post .signature {clear:both;}