about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-14 18:08:03 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-14 18:10:32 +0200
commita1a0cd8b5a62fe779d77c210a3d455398ce06bb7 (patch)
treed54733d9d12c433eeb881ff9891b6afb20e6968a
parentAdd log filtering by path and link to it from tree view (diff)
downloadcgit-pink-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.tar.gz
cgit-pink-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.zip
cgit.css: try do make diffstat a little bit nicer
I'm still no webdesigner, but this seems to be a more pleasant "visual
experience".

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-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 {
orus/commit/Makefile?h=backport&id=482b094a794c56a2052be81fdb50d3da1e87d15d&follow=1'>Simplify Makefile with pattern ruleJune McEnroe 2017-09-27Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe 2017-09-01Revert "Add client readOnly mode"June McEnroe 2017-09-01Remove clientRemove call from clientCastJune McEnroe 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe