1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2024-12-22 07:42:55 +00:00
archivemail/manpage.css
Nikolaus Schulz 54fbaf5844 manpage.css, style.css:
* moved some rules from the first to the latter, and @import the latter for the
  manpage. 
* added some further formatting for index.html.
2007-11-06 23:38:05 +00:00

11 lines
185 B
CSS

@import "style.css";
h2 {
font-variant: small-caps;
font-size: 170%;
}
.INFORMALEXAMPLE {
margin-bottom: 1.2em;
}
div.INFORMALEXAMPLE .SCREEN {
margin-left: 2ex;
}