summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-05-14 16:08:03 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-14 16:10:32 (UTC)
commita1a0cd8b5a62fe779d77c210a3d455398ce06bb7 (patch) (unidiff)
treed54733d9d12c433eeb881ff9891b6afb20e6968a
parent9fb53af215639fcd3bfb876fa9c8bac221244bdf (diff)
downloadcgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.zip
cgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.tar.gz
cgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.tar.bz2
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>
Diffstat (more/less context) (ignore whitespace changes)
-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
@@ -240,12 +240,13 @@ table.diffstat {
240 border-collapse: collapse; 240 border-collapse: collapse;
241 margin-top: 1.5em; 241 margin-top: 1.5em;
242 width: 100%; 242 width: 100%;
243 border: solid 1px #aaa; 243 border: solid 1px #aaa;
244 background-color: #eee;
244} 245}
245 246
246table.diffstat tr:hover { 247table.diffstat tr:hover {
247 background-color: #eee; 248 background-color: #ccc;
248} 249}
249 250
250table.diffstat th { 251table.diffstat th {
251 font-weight: normal; 252 font-weight: normal;
@@ -258,10 +259,8 @@ table.diffstat th {
258table.diffstat td { 259table.diffstat td {
259 padding: 0.2em 0.2em 0.1em 0.1em; 260 padding: 0.2em 0.2em 0.1em 0.1em;
260 font-size: 100%; 261 font-size: 100%;
261 border: none; 262 border: none;
262 border-top: solid 1px #aaa;
263 border-bottom: solid 1px #aaa;
264} 263}
265 264
266table.diffstat td span.modechange { 265table.diffstat td span.modechange {
267 padding-left: 1em; 266 padding-left: 1em;
@@ -286,9 +285,9 @@ table.diffstat td.graph {
286} 285}
287 286
288table.diffstat td.graph img { 287table.diffstat td.graph img {
289 border: none; 288 border: none;
290 height: 11pt; 289 height: 8pt;
291} 290}
292 291
293div.diffstat-summary { 292div.diffstat-summary {
294 color: #888; 293 color: #888;