-rw-r--r-- | cgit.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -39,44 +39,54 @@ table#header td.main { table#header td.sub { color: #777; border-top: solid 1px #ccc; } table.tabs { border-bottom: solid 2px #ccc; border-collapse: collapse; margin-top: 2em; margin-bottom: 1em; width: 100%; } table.tabs td { padding: 0px 0.5em; + vertical-align: bottom; } table.tabs td a { padding: 2px 1em; color: #007; } 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; } table.list { width: 100%; border: none; border-collapse: collapse; } table.list tr { background: white; } |