Removed duplicated code

pull/17/head
Fabio Caccamo 2017-02-09 12:40:49 +01:00
parent fd292ed1bf
commit 20050e2964
1 changed files with 0 additions and 3 deletions

View File

@ -102,8 +102,6 @@
color:{{ theme.css_module_link_hover_color }} !important; color:{{ theme.css_module_link_hover_color }} !important;
} }
.inline-group h2,
.inline-group h2 { .inline-group h2 {
background:{{ theme.css_module_background_color }}; background:{{ theme.css_module_background_color }};
color:{{ theme.css_module_text_color }}; color:{{ theme.css_module_text_color }};
@ -303,7 +301,6 @@
/* fix lateral padding to align text with field labels */ /* fix lateral padding to align text with field labels */
.module h2, .module h2,
.dashboard .module caption, .dashboard .module caption,
.inline-group h2,
.module.filtered h2, .module.filtered h2,
.inline-group h2 { .inline-group h2 {
padding:8px 10px; padding:8px 10px;