# HG changeset patch # User Sean Farley # Date 2014-07-21 05:55:10 # Node ID eee8411a9cc8111233d17339d9f8f2256cbd061d # Parent 0dcd90628dffe44dad514caaf959ea1dd6e206f7 style: fix top margin of quick_repo_menu due to change of img to text 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 @@ -551,7 +551,7 @@ td.quick_repo_menu.active { } td.quick_repo_menu .menu_items { - margin-top: 10px; + margin-top: 5px; margin-left: -6px; width: 150px; position: absolute;