gnupg/doc/texi.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
399 B
CSS
Raw Permalink Normal View History

2006-09-20 13:01:49 +02:00
/* The gnupg.org standard stylesheet. */
@import url(/share/site.css);
2011-08-12 14:40:47 +02:00
/* 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%;
}
2006-09-20 13:01:49 +02:00