Symbolic link recursion option, added m key for displaying all medium sized images

This commit is contained in:
ville rantanen
2012-10-25 09:43:33 +03:00
parent 3ca395dfbf
commit 7c9ab33043
3 changed files with 44 additions and 1 deletions

View File

@@ -20,6 +20,14 @@ body {
background-color: white;
cursor: pointer;
}
.medium {
float: left;
margin-top: 0px;
padding-top: 2px;
padding-left: 8px;
padding-right: 8px;
cursor: pointer;
}
.pathlink {
word-wrap: break-word;
display: table-cell;