about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-01-17 01:10:39 +0100
committerLars Hjemli <hjemli@gmail.com>2007-01-17 01:10:39 +0100
commit23734c5a2b607dca2d634cafdc63202a687f26d3 (patch)
treea8c240e9299936ffad6dbab335175af51372f32c /cgit.css
parentAdd function cgit_parse_tag() (diff)
downloadcgit-magenta-23734c5a2b607dca2d634cafdc63202a687f26d3.tar.xz
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')
-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 { h2 { - font-size: 100%; + font-size: 120%; font-weight: bold; - margin-bottom: 0.1em; + margin-bottom: 0.5em; } a { @@ -33,9 +33,13 @@ table.list tr { table.list tr:hover { background: #eeb; } +table.list tr.nohover:hover { + background: white; +} table.list th { font-weight: normal; background: #ddd; + border-top: solid 1px #aaa; border-bottom: solid 1px #aaa; padding: 0.1em 0.5em 0.1em 0.5em; vertical-align: baseline;