From: André Malo Date: Thu, 17 Apr 2003 16:36:33 +0000 (+0000) Subject: this css file contains definitions only for the chm html files (only required X-Git-Tag: pre_ajp_proxy~1833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be02f58c08d0b251d35bd8265769bd83fbd6ead;p=thirdparty%2Fapache%2Fhttpd.git this css file contains definitions only for the chm html files (only required to run in IE). for now I've lowered the font-size a bit, since the chm frame steals a lot of space on the screen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99410 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual-chm.css b/docs/manual/style/css/manual-chm.css new file mode 100644 index 00000000000..01bff547853 --- /dev/null +++ b/docs/manual/style/css/manual-chm.css @@ -0,0 +1,7 @@ +@import url(manual-loose-100pc.css); + +html { + font-size: 95%; +} + +/* the end */ \ No newline at end of file