Reintroduce the branch switcher
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
10
cgit.css
10
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;
|
||||
|
Reference in New Issue
Block a user