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

a#strftime + dl dt { float: left; margin: 0.3ex 0; width: 1.5em; }
a#strftime + dl dd { float: left; margin: 0.3ex 0; margin-left: 1.2em; width: 90%; }
dt { clear: left; }