--- languageicons.module.orig	2009-02-02 21:10:33.000000000 +0100
+++ languageicons.module	2009-03-10 03:01:00.000000000 +0100
@@ -123,7 +123,7 @@
   if ($path = variable_get('languageicons_path', drupal_get_path('module', 'languageicons') .'/flags/*.png')) {
     $src = base_path() . str_replace('*', $language->language, $path);
     $title = $title ? $title : $language->native;
-    $attribs = array('class' => 'language-icon', 'alt' => $title);
+    $attribs = array('class' => 'language-icon', 'alt' => $title, 'style' => 'vertical-align: middle');
     if ($size = variable_get('languageicons_size', '16x12')) {
       list($width, $height) = explode('x', $size);
       $attribs += array('width' => $width, 'height' => $height);
