summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-01-17 00:10:39 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-01-17 00:10:39 (UTC)
commit23734c5a2b607dca2d634cafdc63202a687f26d3 (patch) (unidiff)
treea8c240e9299936ffad6dbab335175af51372f32c /cgit.css
parenta69061fdb7380d73715aeb3a0da6e91a24df90e4 (diff)
downloadcgit-23734c5a2b607dca2d634cafdc63202a687f26d3.zip
cgit-23734c5a2b607dca2d634cafdc63202a687f26d3.tar.gz
cgit-23734c5a2b607dca2d634cafdc63202a687f26d3.tar.bz2
Extend repo summary with tag list
Show all tags in the repo below the branch list. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 9112bfe..d94b1b7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -8,9 +8,9 @@ body {
8 8
9 9
10h2 { 10h2 {
11 font-size: 100%; 11 font-size: 120%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.5em;
14} 14}
15 15
16a { 16a {
@@ -33,9 +33,13 @@ table.list tr {
33table.list tr:hover { 33table.list tr:hover {
34 background: #eeb; 34 background: #eeb;
35} 35}
36table.list tr.nohover:hover {
37 background: white;
38}
36table.list th { 39table.list th {
37 font-weight: normal; 40 font-weight: normal;
38 background: #ddd; 41 background: #ddd;
42 border-top: solid 1px #aaa;
39 border-bottom: solid 1px #aaa; 43 border-bottom: solid 1px #aaa;
40 padding: 0.1em 0.5em 0.1em 0.5em; 44 padding: 0.1em 0.5em 0.1em 0.5em;
41 vertical-align: baseline; 45 vertical-align: baseline;