about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-12 20:11:49 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-12 20:11:49 +0200
commit68cb84839f8fbc20688b22202489f4c2a54d3f55 (patch)
tree315289eaa849faf549c4882b1769b81597587b10 /cgit.css
parentAdd fixed link to index page from repo header (diff)
downloadcgit-pink-68cb84839f8fbc20688b22202489f4c2a54d3f55.tar.gz
cgit-pink-68cb84839f8fbc20688b22202489f4c2a54d3f55.zip
Reintroduce the branch switcher
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 67cf48e..80680c9 100644
--- a/cgit.css
+++ b/cgit.css
@@ -52,6 +52,7 @@ table.tabs {
 
 table.tabs td {
 	padding: 0px 0.5em;
+	vertical-align: bottom;
 }
 
 table.tabs td a {
@@ -64,6 +65,15 @@ table.tabs td a.active {
 	background-color: #ccc;
 }
 
+table.tabs td.branch {
+	text-align: right;
+}
+
+table.tabs td.branch form {
+	padding-bottom: 2px;
+	font-size: 90%;
+}
+
 div.content {
 	margin: 0px;
 	padding: 1em;