From 86dd84a22f988179d4123d29aaec2c6fc5d0bfde Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 4 May 2010 16:59:35 +0000 Subject: [PATCH] Frustrated with having to scroll back up to get the TOC. Make this stay where it is so that I don't have to go hunting for it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index c76fcfa043..1406d5ec55 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -754,7 +754,7 @@ div[id]#directive-ref { /* a big sorry to ICab, Amaya (and old Konquerors?) */ /* sidebar position: right */ div#quickview { - position: absolute; + position: fixed; top: 5.5em; right: 1em; margin-left: 0; -- 2.50.1