summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-27 23:00:41 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-27 23:00:41 +0000
commita8b681c00bec7fdfc25382087c6c50cd149926aa (patch)
tree525fa0a9a9dee81548bfe407792e6e990106b2e2 /styles
parente4a219b620c013a2a0d9edfc8e1a142a53d74ec3 (diff)
downloadboards-a8b681c00bec7fdfc25382087c6c50cd149926aa.tar.gz
boards-a8b681c00bec7fdfc25382087c6c50cd149926aa.tar.bz2
boards-a8b681c00bec7fdfc25382087c6c50cd149926aa.zip
Fix unregistered post count column, Add column baised layout, and allow posts to be replied to using the new reply with quote feature of comments, Improve moderation, move to board if rejecting a new topic, premit topic to be moderated from the topic list for the board
Diffstat (limited to 'styles')
-rw-r--r--styles/bitboards.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/styles/bitboards.css b/styles/bitboards.css
index c232163..447ce5b 100644
--- a/styles/bitboards.css
+++ b/styles/bitboards.css
@@ -26,15 +26,6 @@
background-color: #d9fcdb;
}
-.mb-table {
- border:1px solid #339933;
-}
-
-.mb-table tr {
- padding:3px 2px;
- border:1px solid #339933;
-}
-
.mb-warned {
text-align:center;
}
@@ -84,4 +75,18 @@
padding-top: 4px;
margin-top: 1em;
white-space: nowrap;
+}
+
+.quote .quote-title {
+ font-size: 90%;
+ font-weight: bold;
+ font-style: italic;
+}
+
+.quote blockquote {
+ margin: 1.3em;
+ margin-top: 4px;
+ margin-left: 1.3em;
+ border: 1px #aaa solid;
+ background: #f7f7f7;
} \ No newline at end of file