From 7fa99d844687d966cca9530d4ba3dfb3b410d22d Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Fri, 4 Oct 2002 14:31:19 +0000 Subject: [PATCH] set padding-left for span.indent to 1.5em git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97099 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index e6d0aecf4c..baa7a19d96 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -222,14 +222,14 @@ h3 + *, h4 + * { margin-top: 0; } -/* IE confuses the + * :-( +/* IE confuses the + * :-( * so reset some things */ ul, .section table, .directive-section table { margin-bottom: 1em; } -/* titles for +/* titles for * examples, notes and warnings */ div.example h3, @@ -343,7 +343,7 @@ tr.header, tr.header th { /* bordered table cells */ /* ====================== */ -/* turn off borders in tables nested in +/* turn off borders in tables nested in * bordered tables per default */ table.bordered table td, @@ -817,7 +817,7 @@ p.indent { } span.indent { - padding-left: 1em; + padding-left: 1.5em; display: block; } @@ -836,4 +836,4 @@ p.figure dfn { /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ \ No newline at end of file -- 2.40.0