From 5bb2bc424a11af67b35d14537fbde5a795d82fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 16 Feb 2003 21:20:08 +0000 Subject: [PATCH] fixed url --- docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.css b/docs.css index 6f00028d3..391e887f0 100644 --- a/docs.css +++ b/docs.css @@ -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);