changeset 4552:246cf3be2b70

css: fix cut font the name of the repository got cut below the baseline (on windows? ed.)
author domruf <dominikruf@gmail.com>
date Thu, 28 Aug 2014 23:16:14 +0200
parents 78229679d0ea
children e98aa842683c
files kallithea/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat Aug 30 15:31:12 2014 +0200
+++ b/kallithea/public/css/style.css	Thu Aug 28 23:16:14 2014 +0200
@@ -1064,7 +1064,8 @@
 #content div.box div.h6 {
     clear: both;
     overflow: hidden;
-    margin: 8px 20px 5px;
+    margin: 8px 20px 3px;
+    padding-bottom: 2px;
 }
 
 #content div.box p {