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
@@ -10,5 +10,5 @@ body {
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}
@@ -35,2 +35,5 @@ table.list tr:hover {
35} 35}
36table.list tr.nohover:hover {
37 background: white;
38}
36table.list th { 39table.list th {
@@ -38,2 +41,3 @@ table.list th {
38 background: #ddd; 41 background: #ddd;
42 border-top: solid 1px #aaa;
39 border-bottom: solid 1px #aaa; 43 border-bottom: solid 1px #aaa;