Reintroduce the branch switcher

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-04-12 20:11:49 +02:00
parent 7c0d2d9fbd
commit 68cb84839f
2 changed files with 17 additions and 0 deletions

View File

@ -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;