# HG changeset patch # User Sean Farley # Date 2014-07-02 00:38:18 # Node ID a99be1c7bcb71a7b9d9ec8a2f0414ded239385c4 # Parent dd8f8f5895b25123cdb00fb969e144f206e78517 logo: vertically center logo 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 @@ -253,6 +253,10 @@ div:hover > a.permalink { padding-left: 20px; } +div.header img { + padding-top: 5px; +} + #header #logo div.header, #header #logo div.branding { font-size: 20px;