Use passthru() instead of exec() for (binary) data.
[viewgit.git] / default.css
blob88d0d936000b29eff63f97c8faf3222e21d49cbd
1 body {
2 color: black;
3 background-color: white;
6 table {
7 width: 100%;
8 border-collapse: collapse;
9 font-size: 90%;
12 table tr td {
15 table tbody tr:hover {
16 background-color: #ccc;
19 table th {
20 text-align: left;
21 border-bottom: 1px solid black;
24 .nav {
25 font-size: 80%;
26 padding: 0.5em;
27 background-color: #999;
28 border: 1px solid black;
31 /* summary template */
33 table.shortlog th.date {
34 width: 15%;
35 white-space: pre;
38 table.shortlog th.author {
39 width: 15%;
42 table.heads th.date {
43 width: 15%;