summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorDennis1993 <Dennis1993@users.noreply.github.com>2017-03-09 19:45:29 +0100
committerGitHub <noreply@github.com>2017-03-09 19:45:29 +0100
commit828c5c2a952077c9a111cb16f8249772b0810fd2 (patch)
treea595ebb97bc44ecc94be76cb77afeecd47b06ffc /css/public
parent54afcf57cd0e08119448ac0ef82c865e87eb36a0 (diff)
Added missing border in contacts
border missing in #eee on the second col (right side)
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 122e5644..7103ae86 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -435,6 +435,7 @@ contactlist .tooltip {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
+ border-right: 1px solid #eee;
}
.app-content-detail {