mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
54fbaf5844
* moved some rules from the first to the latter, and @import the latter for the manpage. * added some further formatting for index.html.
11 lines
185 B
CSS
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;
|
|
}
|