From 1e979042e6e363ff32c2668d22b037e97f0b95cb Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 17 Oct 2015 23:20:40 +0200 Subject: [PATCH] fix avatar spacing in header --- lib/public/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/public/stylesheets/style.css b/lib/public/stylesheets/style.css index 416eb74..ce51894 100644 --- a/lib/public/stylesheets/style.css +++ b/lib/public/stylesheets/style.css @@ -145,13 +145,14 @@ code { #avatar-wrapper { height: 64px; overflow: hidden; + font-size: 0; } .avatar { width: 64px; height: 64px; display: inline-block; - margin-right: 0.5em; + margin-right: 6px; } .avatar.jomo {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")}