summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 67cf48e..80680c9 100644
--- a/cgit.css
+++ b/cgit.css
@@ -49,24 +49,34 @@ table.tabs {
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;
}