summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-11-24 21:40:04 +0100
committerGuido Günther <agx@sigxcpu.org>2010-11-24 21:40:04 +0100
commite87824696400a24638f173ff50b2fa2c5cf7eb8b (patch)
tree2b85b87aee91bbe8c59924129f3c183ae71c5806 /local.css
parent37edda2e019ed7c5043afa12fd9a97b037bf187b (diff)
Format pre elements too
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.css b/local.css
index 7da0e80..6bb16ac 100644
--- a/local.css
+++ b/local.css
@@ -145,3 +145,13 @@ div#backlinks {
.floatright {
float: right;
}
+
+pre {
+ border: thin none;
+ display: block;
+ padding: 5px 2em;
+ background: #e6e6e6;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ border: thin solid #aaaaaa;
+}