Add some padding below, so file icons are not chopped off
[catagits/Gitalist.git] / root / static / css / core.css
index 8abfa26..5d014dc 100755 (executable)
@@ -274,10 +274,12 @@ a.raw{
 }
 a.file{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat;
 }
 a.folder{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat;
 }
 .msg{