diff --git a/springboard_iogt/static/css/style.css b/springboard_iogt/static/css/style.css index 7338eee..5e338b8 100644 --- a/springboard_iogt/static/css/style.css +++ b/springboard_iogt/static/css/style.css @@ -57,6 +57,19 @@ /* Articles */ .articles { padding: 0; margin: 0; } + .article { + ul, ol, li { + list-style-position: inside; + } + + ul li { + list-style-type: disc; + } + + ol li { + list-style-type: decimal; + } + } .articles .listing { padding: 24px 24px; } .articles .section-link { font-size: 88%; } .articles .listing img { width: 40%; float: left; margin: 3px 18px 0 0; display: block; }