From e83c817239a3534e297cba48a753d7fb0b2c6730 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sun, 9 May 2004 19:14:38 +0000 Subject: [PATCH] xhtml compliance --- ChangeLog | 4 ++++ css/phpmyadmin.css.php | 6 +++++- main.php | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19d4cc03f..0819528c1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-05-09 Garvin Hicking + * main.php, css/phpmyadmin.css.php: Corrected
position + to XHTML compliance. Introduced "nospace" class. + 2004-05-05 Michal Čihař * lang/czech: Updated. * tbl_properties_operations.php: Fixed documentation link. diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 1ce54ec14..648b68d12 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -456,9 +456,13 @@ td.activetab { background-color: silver; } - /* Textarea */ textarea { overflow: auto; } + +.nospace { + margin: 0px; + padding: 0px; +} \ No newline at end of file diff --git a/main.php b/main.php index 7e43980cc..08fed9278 100644 --- a/main.php +++ b/main.php @@ -108,12 +108,12 @@ if (($server > 0) && isset($mode) && ($mode == 'reload')) { if ($server == 0 || count($cfg['Servers']) > 1) { ?> + - - + + -
-
+