From 2901713d0307f876906e7ed46d7f20935dffcead Mon Sep 17 00:00:00 2001 From: Tom08 Date: Mon, 24 Mar 2014 20:13:57 +0100 Subject: [PATCH] Fix of identations (close #10) --- templates/clansphere/stylesheets/content.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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