Add support for rectangles.

This commit is contained in:
David Molineus
2015-01-07 18:58:52 +01:00
parent d9f12eff2d
commit b3c0bd72df
4 changed files with 82 additions and 2 deletions

View File

@@ -22,3 +22,7 @@
.tl_listing_container.tree_view ul[class="level_1"] li.tl_file > .tl_left {
padding-left: 20px !important;
}
.long .tl_text_2 {
width: 325px;
}