table.tabs td {
padding: 0px 0.5em;
+ vertical-align: bottom;
}
table.tabs td a {
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;
td.ls-size {
text-align: right;
-}
-
-td.ls-size {
font-family: monospace;
+ width: 10em;
}
td.ls-mode {
font-family: monospace;
+ width: 10em;
}
table.blob {