about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2009-01-27 23:00:40 +0100
committerLars Hjemli2009-01-27 23:00:40 +0100
commitdfc4c82aad1ca990544441ce8b90e99d32f0d82d (patch)
tree97d9fb47782db966626a35ed7ec050f626f8ff71 /cgit.css
parentMerge branch 'og/tree-view-selection' (diff)
parenttests/t0105-commit.sh: expect commit decorations (diff)
downloadcgit-dfc4c82aad1ca990544441ce8b90e99d32f0d82d.tar.gz
cgit-dfc4c82aad1ca990544441ce8b90e99d32f0d82d.zip
Merge branch 'jw/commit-decorations'
Conflicts:
	cgit.css

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index f844efa..957d5aa 100644 --- a/cgit.css +++ b/cgit.css
@@ -500,6 +500,12 @@ a.deco {
500 background-color: #ff8888; 500 background-color: #ff8888;
501 border: solid 1px #770000; 501 border: solid 1px #770000;
502} 502}
503
504div.commit-subject a {
505 margin-left: 1em;
506 font-size: 75%;
507}
508
503table.stats { 509table.stats {
504 border: solid 1px black; 510 border: solid 1px black;
505 border-collapse: collapse; 511 border-collapse: collapse;