aboutsummaryrefslogtreecommitdiffstats
path: root/doc/texi.css
diff options
context:
space:
mode:
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%;
+}
+