diff options
author | Leif Johansson <leifj@sunet.se> | 2011-03-01 13:56:31 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-03-01 13:56:31 +0100 |
commit | a0b4a353c5b201184c8cb0b6f99b3fff74fd2d50 (patch) | |
tree | fb13c204fa944eae46fa1abb0dee4d8fa4b3767a /templates/tree.html | |
parent | 84dec3d8d0a4f489325159737a027c429e5b8574 (diff) |
styling polish
Diffstat (limited to 'templates/tree.html')
-rw-r--r-- | templates/tree.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tree.html b/templates/tree.html index 94b8f8c..8e4dddc 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -32,8 +32,8 @@ $(function() { {% block main %} <div id="left"> <div id="tree"> - <div style="margin-left: -40px;"> - <ul class="ilist"> + <div class="ilist"> + <ul> <li><b>{{ prefix_url }}</b></li> {% if name and render.up %} {% if name.parent %} |