From 81b595743f75aea96a8159c8ab827fa3d25233ab Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 6 Feb 2010 16:30:25 -0800 Subject: Force each branch of a tree onto a new line. --- modules/organize/css/organize.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/organize/css') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 22d6e051..87f9e55b 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -40,10 +40,12 @@ #g-organize-album-tree ul li { padding: 0 0 .2em 1.2em; + width: 100%; } .rtl #g-organize-album-tree ul li { padding: 0 1.2em .2em 0; + width: 100%; } .g-organize-album span { -- cgit v1.2.3