diff --git a/wwwroot/flu/stylesheets/themes/default/style.css b/wwwroot/flu/stylesheets/themes/default/style.css index e62e366..2b3ee63 100644 --- a/wwwroot/flu/stylesheets/themes/default/style.css +++ b/wwwroot/flu/stylesheets/themes/default/style.css @@ -91,6 +91,9 @@ hr { #main .block .content .inner { padding: 0 15px 15px; } +#main .block .content .inner ul, #main .block .content .inner ol { + margin-left: 40px; +} #main .block .content h2 { margin-left: 15px; font-size: 22px;