diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-07-29 15:10:00 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-07-29 15:10:00 +0000 |
| commit | ed87fe176b920ba32b93c4db6b64d6829303e23d (patch) | |
| tree | 2e529207e288408105b40c0da8fd54ca6906296e /styles | |
| parent | a8b681c00bec7fdfc25382087c6c50cd149926aa (diff) | |
| download | boards-ed87fe176b920ba32b93c4db6b64d6829303e23d.tar.gz boards-ed87fe176b920ba32b93c4db6b64d6829303e23d.tar.bz2 boards-ed87fe176b920ba32b93c4db6b64d6829303e23d.zip | |
Remove previous layout code entirely, provide a categorised view of boards as the default, tidy some of the header options, set flat view as the default for boards, and fix filter box for threads, code tidy up and changed UI to use Topic instead of thread
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/bitboards.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css index 447ce5b..0712543 100644 --- a/styles/bitboards.css +++ b/styles/bitboards.css @@ -44,6 +44,17 @@ border-bottom:1px solid #339933; } +.mb-cat-list h2 { + margin: 2px; + margin-top: 0.3em; + margin-bottom: 0.3em; +} + +.mb-cat-indent { + padding: 2px; + padding-left: 2em; +} + .mb-table .header h1 { background-image: none; } @@ -89,4 +100,5 @@ margin-left: 1.3em; border: 1px #aaa solid; background: #f7f7f7; + padding: 2px; }
\ No newline at end of file |
