diff public/libervia.css @ 189:67365f17069e

browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
author Goffi <goffi@goffi.org>
date Sun, 03 Mar 2013 20:44:17 +0100
parents d0503f8f15ef
children 39311c7dad77
line wrap: on
line diff
--- a/public/libervia.css	Sun Mar 03 19:42:18 2013 +0100
+++ b/public/libervia.css	Sun Mar 03 20:44:17 2013 +0100
@@ -833,6 +833,10 @@
     border-left: none;
 }
 
+.chat_text_msg {
+    white-space: pre;
+}
+
 .chat_text_mymess {
     color: #006600;
 }