Skip to content
Snippets Groups Projects
Commit 8c37f397 authored by joachim's avatar joachim Committed by MegaChriz
Browse files

Issue #2662730 by joachim: 'clear-block' CSS class on admin form should be 'clearfix'

parent 9e5ba467
No related branches found
No related tags found
No related merge requests found
...@@ -942,7 +942,7 @@ function theme_feeds_ui_edit_page($variables) { ...@@ -942,7 +942,7 @@ function theme_feeds_ui_edit_page($variables) {
drupal_add_css(drupal_get_path('module', 'feeds_ui') . '/feeds_ui.css'); drupal_add_css(drupal_get_path('module', 'feeds_ui') . '/feeds_ui.css');
// Outer wrapper. // Outer wrapper.
$output = '<div class="feeds-settings clear-block">'; $output = '<div class="feeds-settings clearfix">';
// Build left bar. // Build left bar.
$output .= '<div class="left-bar">'; $output .= '<div class="left-bar">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment