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);