From 622661fcea76971242e6aceb7864dd064589f0af Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 15 Feb 2003 19:31:07 +0000 Subject: [PATCH] Wrong URI --- ChangeLog | 1 + docs.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe7e0375e..427bbfaa7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ * libraries/common.lib.php3: Don't display edit link for database-independant queries. * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus). + * docs.css: Wrong URI. 2003-02-14 Alexander M. Turek * server_databases.php3, server_privileges.php3, lang/*.inc.php3: diff --git a/docs.css b/docs.css index d10715254..b2524dab5 100644 --- a/docs.css +++ b/docs.css @@ -1,6 +1,6 @@ /* $Id$ */ /* Stylesheet for phpMyAdmin documentation */ -/* vim: expandtab ts=4 sw=4 sts=4 tw=78 +/* vim: expandtab ts=4 sw=4 sts=4 tw=78 */ body { @@ -36,7 +36,7 @@ div.header { top: 0px; position: fixed;*/ /* following MSIE hack was originally written by Riki Fridrich - * */ + * */ position: expression("absolute"); width: expression(document.body.clientWidth); top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); @@ -127,7 +127,7 @@ ul { pre { margin: 2px 5% 2px 5%; - + } pre.wrap { white-space: normal;