summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-25 22:28:49 +0200
committerGravatar Tom Willemse2013-10-25 22:28:49 +0200
commit6cbdc4209febfa72a1a107ba95d816bc15b43100 (patch)
tree894e2fe4eec11dc6dc5bad5f661d70b719a6df20
parent935f0d12e7654aab9a177ff1ada98d8c63b33935 (diff)
downloadorgweb-6cbdc4209febfa72a1a107ba95d816bc15b43100.tar.gz
orgweb-6cbdc4209febfa72a1a107ba95d816bc15b43100.zip
Use regular line height for pre tags
-rw-r--r--org.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.css b/org.css
index 9802662..4094807 100644
--- a/org.css
+++ b/org.css
@@ -14,6 +14,10 @@ body {
line-height: 160%;
}
+pre {
+ line-height: 100%;
+}
+
.tag {
float: right;
background-color: inherit;