summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index 382964a..94372d6 100644
--- a/cgit.css
+++ b/cgit.css
@@ -29,3 +29,8 @@ table.list {
29} 29}
30 30table.list tr {
31 background: white;
32}
33table.list tr:hover {
34 background: #eee;
35}
31table.list th { 36table.list th {
@@ -40,5 +45,3 @@ table.list td {
40 padding: 0.1em 0.5em 0.1em 0.5em; 45 padding: 0.1em 0.5em 0.1em 0.5em;
41 background: white;
42} 46}
43
44img { 47img {
@@ -87,2 +90,3 @@ td.blob {
87 font-size: 100%; 90 font-size: 100%;
91 background-color: white;
88} 92}