summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-06 14:31:24 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-06 14:31:24 +0000
commitf1008d04f1752f2c8716255afa5a039debcee2b8 (patch)
treeb89bad9ed2e4f37ef65671d11c18f1e6272f2b3b /styles
parenta9080e1d0f2b1a4eebc6ee80cd3b01546d636bab (diff)
downloadboards-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.css16
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
+}