From 773d7ccf182ba81b155265a71c873fd431fb1ce6 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 28 Oct 2009 01:13:27 +0000
Subject: [PATCH] Use same font size as in sidebar.

---
 feeds_ui/feeds_ui.admin.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/feeds_ui/feeds_ui.admin.inc b/feeds_ui/feeds_ui.admin.inc
index 0486ca25..a17c11e4 100644
--- a/feeds_ui/feeds_ui.admin.inc
+++ b/feeds_ui/feeds_ui.admin.inc
@@ -807,7 +807,7 @@ function theme_feeds_ui_mapping_form($form) {
     );
   }
   if (count($rows)) {
-    $legend .= '<h3>'. t('Sources') .'</h3>';
+    $legend .= '<h4>'. t('Sources') .'</h4>';
     $legend .= theme('table', array(t('Name'), t('Description')), $rows);
   }
 
@@ -819,7 +819,7 @@ function theme_feeds_ui_mapping_form($form) {
       drupal_render($form['legendset']['legend']['targets'][$k]['description']),
     );
   }
-  $legend .= '<h3>'. t('Targets') .'</h3>';
+  $legend .= '<h4>'. t('Targets') .'</h4>';
   $legend .= theme('table', array(t('Name'), t('Description')), $rows);
 
   // Stick tables into collapsible fieldset.
-- 
GitLab