[OCaml] Mobile-friendly clone of cgit.
fix raise specificity of .tree-nested padding-left over #main ul
#main ul { padding-left: 0 } was shadowing .tree-nested's indentation. Scope the rule as #main .tree-nested so it wins.
lib/static/styles.css
@@ -832,7 +832,7 @@
832
832
text-decoration: underline;
833
833
}
834
834
835
Removed:
.tree-nested {
835
Added:
#main .tree-nested {
836
836
padding-left: 2.1em;
837
837
list-style: none;
838
838
margin: 0;