From 8f2eb6a5ca95d20db83d85ae9e9fcb299c5decb6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 Feb 2015 09:39:55 -0800 Subject: [PATCH] web: change BBcode and
 styles back to what they
 were

---
 html/user/main.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/user/main.css b/html/user/main.css
index e5b9700de6..b9a6112418 100644
--- a/html/user/main.css
+++ b/html/user/main.css
@@ -400,7 +400,7 @@ span.inboxunread {
 .pre {
     font-family: "Courier New", courier, monospace;
     display: block;
-#white-space: pre;
+    white-space: pre;
     overflow: auto;
 }
 
@@ -411,7 +411,7 @@ span.inboxunread {
     border-left-width: 3px;
     border-left-style: solid;
     padding-left: 1em;
-#white-space: pre;
+    white-space: pre;
     overflow: auto;
 }