Fixed spacing consistency issues between messages in web client.

This commit is contained in:
Kelketek 2013-02-06 20:58:22 -06:00
parent 00f46d36cd
commit b301d8ebb2

View file

@ -26,10 +26,11 @@ a:hover, a:active { color: #ccc }
* stand-alone text.*/
strong {font-weight:normal;}
div {margin:0px;}
/* Base style for new messages in the main message area */
.msg {
white-space: pre-wrap;
padding: .5em .9em;}
/*.msg {
white-space: pre-wrap; }
padding: .5em .9em;} */
/*border-bottom: 1px dotted #222 } /*optional line between messages */
/* Utility messages (green) */