diff --git a/ChangeLog b/ChangeLog index 5ede09911..b25e2b2b1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ $Source$ * libraries/left.js: dropped * libraries/function.js: tuned PMA_merkRowsInit(): every table with class data now has mark and hover effect + * css/phpmyadmin.css.php: nowrap for IE and pre for the rest 2005-10-19 Alexander M. Turek * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index b1e86d9da..b76606694 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -33,9 +33,12 @@ caption { table .value { text-align: right; white-space: nowrap; - white-space: pre; font-family: "Courier New", Courier, monospace; } +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: pre; +} table .unit, table .name {