From 03dcd8ab2e0c58b35d3b4c2e4529b942cdf85adc Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Sat, 20 Oct 2012 19:26:26 -0400 Subject: [PATCH] Restore default formatting for inside

(imported from commit c9c23b8b7709e9edc6cf1bf2f88811bdf511d2ac)
---
 zephyr/static/styles/zephyr.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css
index 5278ddb045..f652af9cfc 100644
--- a/zephyr/static/styles/zephyr.css
+++ b/zephyr/static/styles/zephyr.css
@@ -6,6 +6,10 @@ code {
     white-space: nowrap;
 }
 
+pre code {
+    white-space: pre;
+}
+
 .sidebar-nav {
     background-color: white;
     padding: 0.5em;