Switch to unified view

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