OILS / web / line-counts.css View on Github | oilshell.org

21 lines, 17 significant
1.counts a {
2 text-decoration: none; /* turn off underline */
3}
4
5.counts {
6 font-size: large;
7}
8
9.summary {
10 font-weight: bold;
11}
12
13h2 {
14 font-size: large;
15 color: darkgreen;
16 margin-left: 2em;
17}
18
19#INDEX {
20 margin: 0 auto;
21}