diff --git a/templates/clansphere/stylesheets/content.css b/templates/clansphere/stylesheets/content.css index 0dfe1468..c88e4294 100644 --- a/templates/clansphere/stylesheets/content.css +++ b/templates/clansphere/stylesheets/content.css @@ -212,4 +212,14 @@ input, textarea, select { position:absolute; top:50%; right:50%; +} + +/* Right identation of lists in content */ +#content ol{ + margin-left: 18px; +} + +#content ul li{ + list-style: disc; + margin-left: 14px; } \ No newline at end of file