lib: Add $HOME/.ashd/etc to the directories to search for slash-less files.
[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 }