From b416b46c5abac480aa086f161e83579f29db25cb Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2017 12:51:49 +0100 Subject: [PATCH] Updated dynamic css indentation --- admin_interface/templates/admin/base_site.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index d4497f8..f8fd9ef 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -345,7 +345,9 @@ } #content-related { - {% if theme.css_module_rounded_corners %}border-radius:4px;{% endif %} + {% if theme.css_module_rounded_corners %} + border-radius:4px; + {% endif %} } /* selector chooseall / clearall color on hover -> just a lighten grey */