summaryrefslogtreecommitdiffstats
path: root/doc/texi.css
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-08-12 14:40:47 +0200
committerWerner Koch <wk@gnupg.org>2011-08-12 14:40:47 +0200
commit4379c01a24570c01a355f47e5e187d09676d64d6 (patch)
tree7938792640f14cc2252b7e4096b6bcafd07420ee /doc/texi.css
parentFixed set but unused variable bugs (diff)
downloadgnupg2-4379c01a24570c01a355f47e5e187d09676d64d6.tar.xz
gnupg2-4379c01a24570c01a355f47e5e187d09676d64d6.zip
Beautified the online html manual
Diffstat (limited to 'doc/texi.css')
-rw-r--r--doc/texi.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/texi.css b/doc/texi.css
index a369abc3e..c1e9f480c 100644
--- a/doc/texi.css
+++ b/doc/texi.css
@@ -1,6 +1,23 @@
/* The gnupg.org standard stylesheet. */
@import url(/share/site.css);
+/* The gnupg site sets body margins to zero. Because we don't have
+ the table layout here we have to set our own margins for the body. */
+body {
+ margin-left: 1em;
+ margin-right: 1em;
+}
+
+/* Make the top header larger. */
+h1 {
+ text-align: center;
+ font-size: 200%;
+}
+
+h1:first-letter {
+ font-size: 120%;
+}
+