summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-11-29 01:32:49 +0100
committerGuido Günther <agx@sigxcpu.org>2010-11-29 01:32:49 +0100
commit623f06090a7b62eeac6fd5173443fc9a885bec78 (patch)
tree0bbb6742e831ab11d163f2df2ceec44ec4c7f365 /local.css
parent0fb92dd8b85fb241607597fd5aac44300ff4d3a9 (diff)
add overflow:auto for source code examples
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/local.css b/local.css
index 8e9964e..0b45c84 100644
--- a/local.css
+++ b/local.css
@@ -8,12 +8,13 @@ h1, h2, h3, h4 {
font-weight: bold;
margin-bottom: -10px;
margin-top: +20px;
+ color: #a0a0a0
}
-h1 { font-size: 140%; color: #a0a0a0}
-h2 { font-size: 120%; color: #a0a0a0}
-h3 { font-size: 110%; color: #a0a0a0}
-h4 { font-size: 105%; color: #a0a0a0}
+h1 { font-size: 140%; }
+h2 { font-size: 120%; }
+h3 { font-size: 110%; }
+h4 { font-size: 105%; }
span.title { color:#182C41; }
@@ -156,4 +157,5 @@ pre {
-moz-border-radius: 5px;
border-radius: 5px;
border: thin solid #aaaaaa;
+ overflow: auto;
}