changeset 4652:eee8411a9cc8

style: fix top margin of quick_repo_menu due to change of img to text
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 20 Jul 2014 22:55:10 -0500
parents 0dcd90628dff
children f9f0922a3158
files kallithea/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Jul 20 22:54:55 2014 -0500
+++ b/kallithea/public/css/style.css	Sun Jul 20 22:55:10 2014 -0500
@@ -551,7 +551,7 @@
 }
 
 td.quick_repo_menu .menu_items {
-    margin-top: 10px;
+    margin-top: 5px;
     margin-left: -6px;
     width: 150px;
     position: absolute;