moving background-color to style.css

This commit is contained in:
marijus 2014-02-09 23:59:19 +01:00
parent 4fc0126661
commit 46153e4a57
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,6 @@
.chat-item-text {
float: left;
background-color:#eee;
padding: 3px;
display:inline-block;
display: inline-block;
}

View File

@ -2467,4 +2467,5 @@ img.mail-list-sender-photo {
.chat-item-text {
border-radius: $radiuspx;
background-color:#eee;
}