From 6b9296872726b3418a5fdffee57b8ed312c461a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 9 Apr 2003 14:54:42 +0000 Subject: [PATCH] if there's no sidebar, there's no need to squeeze the content. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99309 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 6 +++++- docs/manual/style/xsl/manualpage.xsl | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 3085be20cc..5c71c31e6d 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -730,10 +730,14 @@ div#page-content { } /* unsqueeze on some pages... */ +body.no-sidebar div#page-content, body#index-page div#page-content { - margin-left: 30px; margin-right: 0; padding-right: 0; +} + +body#index-page div#page-content { + margin-left: 30px; padding-bottom: 1em; } diff --git a/docs/manual/style/xsl/manualpage.xsl b/docs/manual/style/xsl/manualpage.xsl index 41849ba206..af7f2ae811 100644 --- a/docs/manual/style/xsl/manualpage.xsl +++ b/docs/manual/style/xsl/manualpage.xsl @@ -16,6 +16,11 @@ + + + no-sidebar + +
-- 2.40.0