Don't display a margin below file-finder list when it's empty

This commit is contained in:
Nathan Sobo
2012-03-16 11:29:48 -06:00
parent da75f8a6ff
commit 0aeb826bbf

View File

@@ -14,6 +14,10 @@
margin-bottom: 5px;
}
.file-finder ol:empty {
margin-bottom: 0;
}
.file-finder li.selected {
background-color: green;
}