Merge branch 'duplex' of nerv.dolda.net:src/ashd into duplex
[ashd.git] / examples / static-files / test.css
1 body {
2         font-family: sans-serif;
3 }
4
5 h1 {
6         font-size: 1.75em;
7 }
8
9 p {
10         font-size: 1em;
11 }