# HG changeset patch # User domruf # Date 2014-08-28 23:16:14 # Node ID 246cf3be2b70ac63aaf965904772495d7df31837 # Parent 78229679d0ea346f144a37eb78981d38cb54d5b4 css: fix cut font the name of the repository got cut below the baseline (on windows? ed.) diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1064,7 +1064,8 @@ tbody .yui-dt-editable { cursor: pointer #content div.box div.h6 { clear: both; overflow: hidden; - margin: 8px 20px 5px; + margin: 8px 20px 3px; + padding-bottom: 2px; } #content div.box p {