-rw-r--r-- | cgit.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -51,8 +51,9 @@ table.tabs { } table.tabs td { padding: 0px 0.5em; + vertical-align: bottom; } table.tabs td a { padding: 2px 1em; @@ -63,8 +64,17 @@ 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 { margin: 0px; padding: 1em; } |