summaryrefslogtreecommitdiffstats
path: root/protoype/public/stylesheets/style.css
blob: 9006e007b3e4bf5c95df57e3bb17e21b72b9176f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
    padding: 10px;
    font: 12px sans-serif;
}

a {
    color: #00B7FF;
}

#listentry {
    padding: 5px;
}