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 */