]> granicus.if.org Git - apache/commitdiff
set padding-left for span.indent to 1.5em
authorAstrid Malo <kess@apache.org>
Fri, 4 Oct 2002 14:31:19 +0000 (14:31 +0000)
committerAstrid Malo <kess@apache.org>
Fri, 4 Oct 2002 14:31:19 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97099 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index e6d0aecf4c74e0f97844aac368c7dd4d5d37eb17..baa7a19d9691041673bf011e899402cf9f6ee424 100644 (file)
@@ -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