From: André Malo Date: Mon, 7 Oct 2002 15:17:25 +0000 (+0000) Subject: fix some style issues X-Git-Tag: 2.0.44~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f89d0bed8ededea096b25aae002639dbed6ad737;p=apache fix some style issues - red solid border around warning areas - gets a around (more shouldn't be used, because it breaks the flow too much) - headings of warnings, notes & examples are left aligned Based on a Proposal by: Tim Gerundt Added some linebreaks for better diffs... ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97133 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual-print.css b/docs/manual/style/css/manual-print.css index cf1b0a835c..26dfc19cff 100644 --- a/docs/manual/style/css/manual-print.css +++ b/docs/manual/style/css/manual-print.css @@ -179,7 +179,7 @@ div.example h3, div.note h3, div.warning h3 { margin: 0 0 0.5em 0; - text-align: center; + text-align: left; font-size: 11pt; } diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index baa7a19d96..1db80b09f8 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -236,7 +236,7 @@ div.example h3, div.note h3, div.warning h3 { margin: 0 0 0.5em 0; - text-align: center; + text-align: left; font-size: 13px; } @@ -755,6 +755,10 @@ div.warning { margin: 1em 2em 1em 1em; } +div.warning { + border: 1px solid #f00; +} + div.note p, div.warning p { margin: 0; diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 88bb69e5c6..3049a7c09b 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -121,6 +121,10 @@ > + + + + @@ -135,6 +139,10 @@ > + + + + @@ -233,7 +241,9 @@ - + + +