From 6cbdc4209febfa72a1a107ba95d816bc15b43100 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 25 Oct 2013 22:28:49 +0200 Subject: Use regular line height for pre tags --- org.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3-54-g00ecf