summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2008-04-12 18:11:49 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-04-12 18:11:49 (UTC)
commit68cb84839f8fbc20688b22202489f4c2a54d3f55 (patch) (unidiff)
tree315289eaa849faf549c4882b1769b81597587b10 /cgit.css
parent7c0d2d9fbd3a29d295c8067f7798507853759eae (diff)
downloadcgit-68cb84839f8fbc20688b22202489f4c2a54d3f55.zip
cgit-68cb84839f8fbc20688b22202489f4c2a54d3f55.tar.gz
cgit-68cb84839f8fbc20688b22202489f4c2a54d3f55.tar.bz2
Reintroduce the branch switcher
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-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 {
52 52
53table.tabs td { 53table.tabs td {
54 padding: 0px 0.5em; 54 padding: 0px 0.5em;
55 vertical-align: bottom;
55} 56}
56 57
57table.tabs td a { 58table.tabs td a {
@@ -64,6 +65,15 @@ table.tabs td a.active {
64 background-color: #ccc; 65 background-color: #ccc;
65} 66}
66 67
68table.tabs td.branch {
69 text-align: right;
70}
71
72table.tabs td.branch form {
73 padding-bottom: 2px;
74 font-size: 90%;
75}
76
67div.content { 77div.content {
68 margin: 0px; 78 margin: 0px;
69 padding: 1em; 79 padding: 1em;