Browse Source

Minor - fixing LP view.

Julio Montoya 11 years ago
parent
commit
e74579a8d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/template/default/learnpath/lp.tpl

+ 1 - 1
main/template/default/learnpath/lp.tpl

@@ -54,7 +54,7 @@
                         {% endif %}
 
                     </div>
-                    <ul id="inner_lp_toc" class="list-group" style="overflow: auto; padding:0;margin-top:0px;width:100%;float:left">
+                    <ul id="inner_lp_toc" class="list-group" style="overflow: auto;">
                         {{ table_of_contents }}
                     </ul>
                 </div>