]> jfr.im git - irc/rizon/qchat.git/commitdiff
Finally fix text wrapping.
authorChris Porter <redacted>
Sat, 19 Feb 2011 23:48:05 +0000 (23:48 +0000)
committerChris Porter <redacted>
Sat, 19 Feb 2011 23:48:05 +0000 (23:48 +0000)
css/qui.mcss

index ed4ec81d96c7c688f4b3c189efeba55d62ef6c7b..4b4492c9c1e3de586a0b3a6b21623c82bed7cc09 100644 (file)
@@ -67,8 +67,11 @@ html {
   background: $(lines_background);
 }
 
-.qwebirc-qui .ircwindow {
-  font-family: Consolas, "Lucida Console", monospace, Verdana, sans-serif, "sans serif";
+.qwebirc-qui .ircwindow div {
+  font-family: Consolas, "Lucida Console", monospace;
+  text-indent: -4px;
+  padding-left: 1px;
+  word-wrap: break-word;
 }
 
 .qwebirc-qui .tab-invisible {