Slightly increased space between file icon and file name

This commit is contained in:
Chris Kankiewicz
2012-02-06 12:40:02 -07:00
parent d86ea52b92
commit ded3f0837a

View File

@@ -109,7 +109,7 @@ body {
#directoryListing .fileIcon {
display: inline-block;
margin: 8px;
margin-right: -19px;
margin-right: -24px;
width: 16px;
}
@@ -117,7 +117,7 @@ body {
display: inline-block;
float: left;
margin: 8px;
padding-left: 19px;
padding-left: 24px;
overflow: hidden;
white-space: nowrap;
width: 625px;