Switch to unified view
a/static/style.css | b/static/style.css | ||
---|---|---|---|
1 | body { margin: 0 } |
1 | body { margin: 0; font-family: sans-serif } |
2 | * { font-family: sans-serif } |
2 | * { font-family: inherit } |
3 | #searchbox { |
3 | #searchbox { |
4 | background: #eee; |
4 | background: #eee; |
5 | border-bottom: 1px solid #666; |
5 | border-bottom: 1px solid #666; |
6 | } |
6 | } |
7 | 7 |