X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f135569b2be3fb1816f802f9a162b3743b735d1c..72a69b77e7bf10cc3674e61e1ddd4d81618ee533:/cgit.css diff --git a/cgit.css b/cgit.css index 67cf48e..e06fdea 100644 --- a/cgit.css +++ b/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; @@ -160,14 +170,13 @@ a.ls-blob, a.ls-dir, a.ls-mod { td.ls-size { text-align: right; -} - -td.ls-size { font-family: monospace; + width: 10em; } td.ls-mode { font-family: monospace; + width: 10em; } table.blob {