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:
parent
816bee1fa0
commit
4379c01a24
5 changed files with 32 additions and 9 deletions
17
doc/texi.css
17
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%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue