diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index 38e0352..fb3d9a1 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -102,8 +102,6 @@ color:{{ theme.css_module_link_hover_color }} !important; } - - .inline-group h2, .inline-group h2 { background:{{ theme.css_module_background_color }}; color:{{ theme.css_module_text_color }}; @@ -303,7 +301,6 @@ /* fix lateral padding to align text with field labels */ .module h2, .dashboard .module caption, - .inline-group h2, .module.filtered h2, .inline-group h2 { padding:8px 10px;