comparison public/libervia.css @ 236:9b078380dacf

browser_side: white-space are no pre-wrap for .chat_text_msg
author Goffi <goffi@goffi.org>
date Thu, 07 Nov 2013 15:22:28 +0100
parents 0ed09cc0566f
children 86055ccf69c3
comparison
equal deleted inserted replaced
235:b304cdf13a3b 236:9b078380dacf
855 border: 1px solid #ddd; 855 border: 1px solid #ddd;
856 border-left: none; 856 border-left: none;
857 } 857 }
858 858
859 .chat_text_msg { 859 .chat_text_msg {
860 white-space: pre; 860 white-space: pre-wrap;
861 } 861 }
862 862
863 .chat_text_mymess { 863 .chat_text_mymess {
864 color: #006600; 864 color: #006600;
865 } 865 }