Add some padding below, so file icons are not chopped off
Foxtons Web Design [Thu, 6 May 2010 15:24:41 +0000 (16:24 +0100)]
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{