about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cgit.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 6231e28..97ae4d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -241,10 +241,11 @@ table.diffstat {
 	margin-top: 1.5em;
 	width: 100%;
 	border: solid 1px #aaa;
+	background-color: #eee;
 }
 
 table.diffstat tr:hover {
-	background-color: #eee;
+	background-color: #ccc;
 }
 
 table.diffstat th {
@@ -259,8 +260,6 @@ table.diffstat td {
 	padding: 0.2em 0.2em 0.1em 0.1em;
 	font-size: 100%;
 	border: none;
-	border-top: solid 1px #aaa;
-	border-bottom: solid 1px #aaa;
 }
 
 table.diffstat td span.modechange {
@@ -287,7 +286,7 @@ table.diffstat td.graph {
 
 table.diffstat td.graph img {
 	border: none;
-	height: 11pt;
+	height: 8pt;
 }
 
 div.diffstat-summary {
59b1d470adf1e0a&follow=1'>Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. 2021-01-12Split fields by tab onlyJune McEnroe Also don't fail hard on non-forward-search definitions. 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe