summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css30
1 files changed, 28 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index cded981..b736b19 100644
--- a/cgit.css
+++ b/cgit.css
@@ -26,6 +26,13 @@ h3 {
font-weight: normal;
}
+h4 {
+ margin-top: 1.5em;
+ margin-bottom: 0.1em;
+ font-size: 100%;
+ font-weight: bold;
+}
+
a {
color: blue;
text-decoration: none;
@@ -227,6 +234,12 @@ div.commit-msg {
table.diffstat {
border-collapse: collapse;
margin-top: 1.5em;
+ width: 100%;
+ border: solid 1px #aaa;
+}
+
+table.diffstat tr:hover {
+ background-color: #eee;
}
table.diffstat th {
@@ -238,8 +251,11 @@ table.diffstat th {
}
table.diffstat td {
- padding: 0.1em 1em 0.1em 0.1em;
+ 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 {
@@ -259,7 +275,17 @@ table.diffstat td.upd a {
color: blue;
}
-table.diffstat td.summary {
+table.diffstat td.graph {
+ width: 75%;
+ vertical-align: center;
+}
+
+table.diffstat td.graph img {
+ border: none;
+ height: 11pt;
+}
+
+div.diffstat-summary {
color: #888;
padding-top: 0.5em;
}
ly support new use defaults 2008-01-11 r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro4-10/+50 Handle the new useflag format correctly 2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 updated todo 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 Re-Introduced etc-proposals 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 Disabled catapult till it is really usable 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 Fixed desktop file 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108 Added scrollbars to update window