/*
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <michael.salathe@murxs.ch> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return. Michael Salathe
 * ----------------------------------------------------------------------------
 */
body {
		padding-left:15px;
}

div {
		background-repeat:no-repeat;
		background-position:top left;
		display:block;
		padding-bottom:5px;
		padding-left:40px;
		margin-left:20px;
}

div.folder {
		background-image:url('folder.png');
	}
div.file {
		background-image:url('file.png');
	}
