]> ruin.nu Git - ndwebbie.git/commitdiff
nicer quote and code boxes
authorMichael Andreen <harv@ruin.nu>
Tue, 16 Jan 2007 16:52:16 +0000 (16:52 +0000)
committerMichael Andreen <harv@ruin.nu>
Tue, 16 Jan 2007 16:52:16 +0000 (16:52 +0000)
default.css

index cf190dd9348d786b8a9ab7d7ff283ebf8e884cd4..4e948f5caf7676f130f433a255ee755b4da990ca 100644 (file)
@@ -191,3 +191,13 @@ span.newposts,span.unreadposts {
 span.newposts {
        color: red;
 }
+
+div.bbcode-quote,div.bbcode-code {
+       border: solid;
+       border-width: 1px;
+       MARGIN: 5px 15px 15px 15px; PADDING: 8px;
+       line-height: 1.4;
+}
+div.bbcode-quote-head,div.bbcode-code-head {
+       font-weight: bold;
+}