From 2ab88663d4db65e1010a539f905d1a810cd40714 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 9 Apr 2015 13:27:01 -0700 Subject: [PATCH] gitweb.css: lift the branch name blocks by 1px Signed-off-by: Kyle J. McKay --- gitweb/static/gitweb.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 5f5b9973f6..e088ee7cc8 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -606,8 +606,10 @@ a.rss_logo.generic:hover { span.refs span { display: inline-block; + position: relative; margin-left: 1ex; padding: 0px 1ex; + bottom: 1px; font-size: 70%; font-weight: normal; border: 1px solid; -- 2.11.4.GIT