diff options
author | marijus <mario@localhost.localdomain> | 2014-02-09 23:59:19 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-02-09 23:59:19 +0100 |
commit | 46153e4a5795a6ad6f088304233a4524a1e8409c (patch) | |
tree | 46b8d5208f62d811e73ee2e1f5cacf58b960f0e5 /view | |
parent | 4fc0126661f2389843599a4a6829d8eb79a109e4 (diff) | |
download | volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.gz volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.bz2 volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.zip |
moving background-color to style.css
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_chat.css | 3 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index 99bd1b154..7963fbbd6 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -50,7 +50,6 @@ .chat-item-text { float: left; - background-color:#eee; padding: 3px; - display:inline-block; + display: inline-block; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 08129aabb..8a43f5a51 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2467,4 +2467,5 @@ img.mail-list-sender-photo { .chat-item-text { border-radius: $radiuspx; + background-color:#eee; } |