aboutsummaryrefslogtreecommitdiffstats
path: root/manpage.css
blob: b46ad9c00be87e9264afcf4e1c78e99b07abef25 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import "style.css"; 
h2 {
    font-variant: small-caps; 
    font-size: 170%; 
}
.informalexample {
    margin-bottom: 1.2em; 
}
div.informalexample .screen {
    margin-left: 2ex; 
}