summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 8977533..8bd6bf4 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,4 +1,5 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial, sans-serif;
3 font-size: 11pt; 3 font-size: 11pt;
4 color: black;
4 background: white; 5 background: white;
@@ -116,2 +117,3 @@ td#crumb a {
116 color: #ccc; 117 color: #ccc;
118 background-color: #666;
117} 119}
@@ -120,2 +122,3 @@ td#crumb a:hover {
120 color: #eee; 122 color: #eee;
123 background-color: #666;
121} 124}
@@ -124,3 +127,3 @@ td#search {
124 text-align: right; 127 text-align: right;
125 vertical-align: center; 128 vertical-align: middle;
126 padding-right: 0.5em; 129 padding-right: 0.5em;
@@ -289,3 +292,3 @@ table.diffstat td.graph {
289 width: 75%; 292 width: 75%;
290 vertical-align: center; 293 vertical-align: middle;
291} 294}
@@ -310,6 +313,2 @@ table.diffstat td.graph td.rem {
310 313
311table.diffstat td.graph td.none {
312 background-color: none;
313}
314
315div.diffstat-summary { 314div.diffstat-summary {
@@ -342,3 +341,3 @@ table.diff td div.del {
342.sha1 { 341.sha1 {
343 font-family: courier; 342 font-family: monospace;
344 font-size: 90%; 343 font-size: 90%;