summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-05-20 20:12:54 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-20 20:12:54 (UTC)
commit7b39144a541ab5be8bcd2748a5be89389bee7192 (patch) (side-by-side diff)
treeec2454a26d362e12dd6d58cf3ccbf05140f1945b
parent2aef89e5da436f2bc9670d96ccbc5ff1c2b8355c (diff)
downloadcgit-7b39144a541ab5be8bcd2748a5be89389bee7192.zip
cgit-7b39144a541ab5be8bcd2748a5be89389bee7192.tar.gz
cgit-7b39144a541ab5be8bcd2748a5be89389bee7192.tar.bz2
Adjust apperance of repogroup headers
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 88a0a1d..5dd43b0 100644
--- a/cgit.css
+++ b/cgit.css
@@ -263,98 +263,98 @@ table.diffstat th {
table.diffstat td {
padding: 0.2em 0.2em 0.1em 0.1em;
font-size: 100%;
border: none;
}
table.diffstat td.mode {
white-space: nowrap;
}
table.diffstat td span.modechange {
padding-left: 1em;
color: red;
}
table.diffstat td.add a {
color: green;
}
table.diffstat td.del a {
color: red;
}
table.diffstat td.upd a {
color: blue;
}
table.diffstat td.graph {
width: 75%;
vertical-align: center;
}
table.diffstat td.graph table {
border: none;
}
table.diffstat td.graph td {
padding: 0px;
border: 0px;
height: 7pt;
}
table.diffstat td.graph td.add {
background-color: #5c5;
}
table.diffstat td.graph td.rem {
background-color: #c55;
}
table.diffstat td.graph td.none {
background-color: none;
}
div.diffstat-summary {
color: #888;
padding-top: 0.5em;
}
table.diff td {
font-family: monospace;
white-space: pre;
}
table.diff td div.head {
font-weight: bold;
padding-top: 1em;
}
table.diff td div.hunk {
color: #009;
}
table.diff td div.add {
color: green;
}
table.diff td div.del {
color: red;
}
.sha1 {
font-family: courier;
font-size: 90%;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
table.list td.repogroup {
padding-top: 1em;
- font-weight: bold;
+ border-bottom: solid 1px #777;
}