Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
188:39936b83da9d | 189:67365f17069e |
---|---|
831 color: #b01e1e; | 831 color: #b01e1e; |
832 border: 1px solid #ddd; | 832 border: 1px solid #ddd; |
833 border-left: none; | 833 border-left: none; |
834 } | 834 } |
835 | 835 |
836 .chat_text_msg { | |
837 white-space: pre; | |
838 } | |
839 | |
836 .chat_text_mymess { | 840 .chat_text_mymess { |
837 color: #006600; | 841 color: #006600; |
838 } | 842 } |
839 | 843 |
840 .occupant { | 844 .occupant { |