##// END OF EJS Templates
gendoc: added styling for extension TOC...
Erik Zielke -
r12782:6dc3d3cd default
parent child Browse files
Show More
@@ -299,3 +299,11 b' h4 tt.docutils, h5 tt.docutils, h6 tt.do'
299 ul.auto-toc {
299 ul.auto-toc {
300 list-style-type: none;
300 list-style-type: none;
301 }
301 }
302
303 div.contents.local {
304 -moz-column-width: 10em;
305 -moz-column-gap: 1em;
306
307 -webkit-column-width: 10em;
308 -webkit-column-gap: 1em;
309 }
General Comments 0
You need to be logged in to leave comments. Login now