diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-07-06 14:31:24 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-07-06 14:31:24 +0000 |
| commit | f1008d04f1752f2c8716255afa5a039debcee2b8 (patch) | |
| tree | b89bad9ed2e4f37ef65671d11c18f1e6272f2b3b /styles | |
| parent | a9080e1d0f2b1a4eebc6ee80cd3b01546d636bab (diff) | |
| download | boards-f1008d04f1752f2c8716255afa5a039debcee2b8.tar.gz boards-f1008d04f1752f2c8716255afa5a039debcee2b8.tar.bz2 boards-f1008d04f1752f2c8716255afa5a039debcee2b8.zip | |
fix boards so that they work and also add the option to display or not avatars
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/bitboards.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css index e746ef6..017c04f 100644 --- a/styles/bitboards.css +++ b/styles/bitboards.css @@ -40,6 +40,20 @@ border:1px solid #339933; } +.mb-warned img { + padding:3px; + padding-top: 2em; +} + +.mb-avatar { + padding:3px; + /*border:1px solid #339933;*/ +} + +.mb-table .header { + border-bottom:1px solid #339933; +} + .mb-table .header h1 { background-image: none; -}
\ No newline at end of file +} |
