]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this css file contains definitions only for the chm html files (only required
authorAndré Malo <nd@apache.org>
Thu, 17 Apr 2003 16:36:33 +0000 (16:36 +0000)
committerAndré Malo <nd@apache.org>
Thu, 17 Apr 2003 16:36:33 +0000 (16:36 +0000)
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

docs/manual/style/css/manual-chm.css [new file with mode: 0644]

diff --git a/docs/manual/style/css/manual-chm.css b/docs/manual/style/css/manual-chm.css
new file mode 100644 (file)
index 0000000..01bff54
--- /dev/null
@@ -0,0 +1,7 @@
+@import url(manual-loose-100pc.css);
+
+html {
+    font-size: 95%;
+}
+
+/* the end */
\ No newline at end of file