Merge commit 'jesse/master'
[taboo.git] / chrome / skin / start.css
blobb35c81115584f54ca6ef08934d9be658348c047a
1 body {
2 background: #eee;
3 font: Verdana, "Lucida Grande", Lucida, sans-serif;
6 #views {
7 float: right;
10 #views a {
11 border: 1px solid #ccc;
12 text-decoration: none;
13 color: #08f;
14 background: white;
15 padding: 4px;
18 #views a:hover {
19 border-color: #888;
20 color: #f80;
23 #search {
24 border: 1px solid #ccc;
25 padding: 2px 2px 2px 24px;
26 background: white url("search.gif") left no-repeat;