summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-11-22 12:33:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-11-22 12:33:57 +0000
commit536f8fd0a8070e0debfbaf1ecab80e7713cbd291 (patch)
tree33ecb28bb72d17d2f7cebf8af6e98d8b3b9bf829 /styles
parent2e982fdc8e93a314afb920065d21ae037a1a9e89 (diff)
downloadboards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.tar.gz
boards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.tar.bz2
boards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.zip
various fixes - XHMTL compliance - js cleanup...
Diffstat (limited to 'styles')
-rw-r--r--styles/bitboards.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css
index 73dc9f0..1755120 100644
--- a/styles/bitboards.css
+++ b/styles/bitboards.css
@@ -11,7 +11,7 @@ span.quote-title --> p.quotetitle {}
unregistered user post highlight
--> .bitboard a.highlight {}
-*/
+* /
.bitboard .mb-threading {}
@@ -25,13 +25,13 @@ unregistered user post highlight
/* post layout */
.bitboard .mb-post {clear:both;}
-.bitboard .mb-post .body {float:right;width:100%; margin-left:-200px;}
+.bitboard .mb-post .body {float:right;width:98%; margin-left:-200px;}
.bitboard .mb-post .content {margin-left:200px;}
.bitboard .mb-post .header {}
.bitboard .mb-post .userinfo {float:left;width:200px;}
.bitboard .mb-post .signature {clear:both;}
-/* debugging and testing */
+/* debugging and testing * /
.bitboard .mb-post {background:#ffc; padding-bottom:1em; margin:1em;}
.bitboard .mb-post .body {background:#ccc;}
.bitboard .mb-post .header {background:#cfc; padding:1em;}
@@ -47,3 +47,4 @@ blockquote {padding:0.5em; border:1px #aaa solid; background:#f7f7f7;}
ul.iconlegend {list-style:none; clear:both;}
ul.iconlegend li {list-style:none; width:200px;}
ul.iconlegend li img {vertical-align:middle;}
+/* */