diff --git a/app/views/stylesheets/wiki.css.erb b/app/views/stylesheets/wiki.css.erb index 31ef5e4..7aa72ce 100644 --- a/app/views/stylesheets/wiki.css.erb +++ b/app/views/stylesheets/wiki.css.erb @@ -795,3 +795,11 @@ table.log th { #wiki_text h3 { font-size: 12px; } #wiki_text h4, #wiki_text h5, #wiki_text h6 { font-size: 11px; } +.content ol li { + background-image: none; + padding: 0px; +} + +ul ul, ul ol, ol ul, ol ol { + margin: 0px; +}