Reintroduce the branch switcher Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sat, 12 Apr 2008 20:11:49 +0200
2 files changed,
17 insertions(+),
0 deletions(-)
M
cgit.css
→
cgit.css
@@ -52,6 +52,7 @@ }
table.tabs td { padding: 0px 0.5em; + vertical-align: bottom; } table.tabs td a {@@ -62,6 +63,15 @@
table.tabs td a.active { color: #000; background-color: #ccc; +} + +table.tabs td.branch { + text-align: right; +} + +table.tabs td.branch form { + padding-bottom: 2px; + font-size: 90%; } div.content {