Fixed spacing consistency issues between messages in web client.
This commit is contained in:
parent
00f46d36cd
commit
b301d8ebb2
1 changed files with 4 additions and 3 deletions
|
|
@ -26,10 +26,11 @@ a:hover, a:active { color: #ccc }
|
||||||
* stand-alone text.*/
|
* stand-alone text.*/
|
||||||
strong {font-weight:normal;}
|
strong {font-weight:normal;}
|
||||||
|
|
||||||
|
div {margin:0px;}
|
||||||
/* Base style for new messages in the main message area */
|
/* Base style for new messages in the main message area */
|
||||||
.msg {
|
/*.msg {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap; }
|
||||||
padding: .5em .9em;}
|
padding: .5em .9em;} */
|
||||||
/*border-bottom: 1px dotted #222 } /*optional line between messages */
|
/*border-bottom: 1px dotted #222 } /*optional line between messages */
|
||||||
|
|
||||||
/* Utility messages (green) */
|
/* Utility messages (green) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue