lib/sdoc/generator/template/direct/resources/css/main.css in voloko-sdoc-0.2.5 vs lib/sdoc/generator/template/direct/resources/css/main.css in voloko-sdoc-0.2.6

- old
+ new

@@ -34,11 +34,14 @@ font-weight: normal; line-height: 1.2em; } h3 { - + font-size: 1.4em; + color:#555; + margin: 1.4em 0 0.7em 0; + font-weight: normal; } h4 { margin: 1.4em 0 0.5em 0; font-size: 1em; @@ -53,10 +56,19 @@ li { margin: 0 0 0.5em 2em; +} + +ul li +{ list-style: disc; +} + +ol li +{ + list-style: decimal; } .banner { background: #EDF3FE; \ No newline at end of file