1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Beautified the online html manual

This commit is contained in:
Werner Koch 2011-08-12 14:40:47 +02:00
parent 816bee1fa0
commit 4379c01a24
5 changed files with 32 additions and 9 deletions

View file

@ -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%;
}