all repos — cgit @ a1a0cd8b5a62fe779d77c210a3d455398ce06bb7

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Mon, 14 May 2007 18:08:03 +0200
commit

a1a0cd8b5a62fe779d77c210a3d455398ce06bb7

parent

9fb53af215639fcd3bfb876fa9c8bac221244bdf

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M cgit.csscgit.css

@@ -241,10 +241,11 @@ border-collapse: collapse;

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 img { border: none; - height: 11pt; + height: 8pt; } div.diffstat-summary {