From: Rich Bowen Date: Tue, 4 May 2010 16:59:35 +0000 (+0000) Subject: Frustrated with having to scroll back up to get the TOC. Make this stay X-Git-Tag: 2.3.6~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86dd84a22f988179d4123d29aaec2c6fc5d0bfde;p=apache 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 --- 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;