diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-09-30 19:12:49 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-09-30 19:12:49 +0200 |
commit | b53b77d0dcf2ea89087d23ad037063dd8f620331 (patch) | |
tree | 306a107b90455f7b4be679cd8d034878cf13ec52 /www/scuttle.css | |
parent | 95c05e49a70d007f41be60f90a7ae0ed7e5996a2 (diff) | |
download | semanticscuttle-b53b77d0dcf2ea89087d23ad037063dd8f620331.tar.gz semanticscuttle-b53b77d0dcf2ea89087d23ad037063dd8f620331.tar.bz2 |
make sidebar menu2 use jquery.jstree. ajax loading of subtags is still missing
Diffstat (limited to 'www/scuttle.css')
-rw-r--r-- | www/scuttle.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/scuttle.css b/www/scuttle.css index 5cb821e..e25021d 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -376,6 +376,7 @@ div#sidebar table td { padding-bottom: 0.25em; padding-right: 0.5em; } +/* div#sidebar ul { list-style-type: none; margin: 0; @@ -383,7 +384,7 @@ div#sidebar ul { } div#sidebar ul li { margin: 0.5em 0; -} +}*/ div#related { padding: 0.5em; |