diff --git a/ChangeLog b/ChangeLog index 4bab7a303..107b1cf1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1825172 [export] Exporting and functions - bug #1817224 [import] Incorrect detection of file_uploads in some cases, thanks to Juergen Wind +- bug #1777249 [display] Do not underline links in left panel (in default + themes) 2.11.2.0 (2007-10-27) - patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index 90717346c..0d1461fdd 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -30,6 +30,13 @@ a img { border: 0; } +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} + ul { margin:0; }