Prefer navbar instead of h1.
[viewgit.git] / default.css
blob640954ebc7f1e31fff1f48b812323e02c67c58e3
1 body {
2 color: black;
3 background-color: white;
6 h1 {
7 font-size: 130%;
10 table {
11 width: 100%;
12 border-collapse: collapse;
13 font-size: 90%;
16 table tr td {
19 table tbody tr:hover {
20 background-color: #ccc;
23 table th {
24 text-align: left;
25 border-bottom: 1px solid black;
28 .nav {
29 font-size: 80%;
30 padding: 0.5em;
31 background-color: #999;
32 border: 1px solid black;
35 /* summary template */
37 table.shortlog th.date {
38 width: 15%;
39 white-space: pre;
42 table.shortlog th.author {
43 width: 15%;
46 table.heads th.date {
47 width: 15%;