From d1fdd21c88f7a2b30bcddb4667d4b4b641694c33 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 5 Nov 2007 17:51:57 +0000 Subject: [PATCH] bug #1777249 [display] Do not underline links in left panel (in default themes) --- ChangeLog | 2 ++ themes/original/css/theme_left.css.php | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd8146c9a..1a3b0b9e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,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 50aa11e16..be58e96bd 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; }