]> arthur.barton.de Git - bup.git/blob - lib/web/static/styles.css
Add simple styling to bup web.
[bup.git] / lib / web / static / styles.css
1 body {
2     font-family: sans-serif
3 }
4
5 #wrapper {
6     width: 960px;
7     margin: auto;
8 }
9
10 #breadcrumb {
11     margin: 10px 0;
12 }
13
14 table {
15     width: 100%;
16 }
17
18 th {
19     text-align: left;
20 }
21
22 .dir-name {
23     width:80%;
24 }
25
26 .dir-size {
27     width:20%;
28 }