diff options
| author | Christian Fowler <spider@viovio.com> | 2007-03-09 21:48:45 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-03-09 21:48:45 +0000 |
| commit | b6896f696d417f887e26f1dc97bb343daae39225 (patch) | |
| tree | 90535d5b90f4faf883eefa90dd38900f3da06fb0 /styles | |
| parent | b2bbb7f7a2f24c83e9d87d54e4b868f79d01ae90 (diff) | |
| download | boards-b6896f696d417f887e26f1dc97bb343daae39225.tar.gz boards-b6896f696d417f887e26f1dc97bb343daae39225.tar.bz2 boards-b6896f696d417f887e26f1dc97bb343daae39225.zip | |
fix flipswitch broken anchor tag, add default css to inline form div
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/bitboards.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css index f05bd86..9df4f35 100644 --- a/styles/bitboards.css +++ b/styles/bitboards.css @@ -25,12 +25,14 @@ 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 .body {margin-left:-14.5em; padding-left:14.5em} .bitboard .mb-post .content {width:auto} .bitboard .mb-post .header {} -.bitboard .mb-post .userinfo {float:left;width:200px;} +.bitboard .mb-post .userinfo {float:left;width:14em;} .bitboard .mb-post .signature {clear:both;} +form.mb-threading div { display:inline } + /* debugging and testing * / .bitboard .mb-post {background:#ffc; padding-bottom:1em; margin:1em;} .bitboard .mb-post .body {background:#ccc;} |
