# HG changeset patch # User domruf # Date 1409260574 -7200 # Node ID 246cf3be2b70ac63aaf965904772495d7df31837 # Parent 78229679d0ea346f144a37eb78981d38cb54d5b4 css: fix cut font the name of the repository got cut below the baseline (on windows? ed.) diff -r 78229679d0ea -r 246cf3be2b70 kallithea/public/css/style.css --- 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 {