From 1c10851d9abc40f3fe0e2d09facf42a302a5eec5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 8 Oct 2002 14:20:09 +0000 Subject: [PATCH] increase the font-size of example/warning/note title a little bit. It should look much better now ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97143 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 1db80b09f8..e66f93a9d1 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -237,7 +237,7 @@ div.note h3, div.warning h3 { margin: 0 0 0.5em 0; text-align: left; - font-size: 13px; + font-size: 14px; } /* sidebar */ -- 2.40.0