summaryrefslogtreecommitdiff
path: root/style.css
blob: 630282bf4bdba1cf33214ea067f72a9eb2c5323e (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
    background: #eee;
}

ol {
    display: inline;
}

ol li {
    display: inline;
}