background: white;
}
+table.list tr.logheader {
+ background: #eee;
+}
+
table.list tr:hover {
background: #eee;
}
padding: 0.1em 0.5em 0.1em 0.5em;
}
+table.list td.logsubject {
+ font-family: monospace;
+ font-weight: bold;
+}
+
+table.list td.logmsg {
+ font-family: monospace;
+ white-space: pre;
+ padding: 1em 0em 2em 0em;
+}
+
table.list td a {
color: black;
}
border-top: solid 1px black;
}
-table.blob td.no {
- border-right: solid 1px black;
+table.blob td.lines {
+ margin: 0; padding: 0;
+ vertical-align: top;
color: black;
+}
+
+table.blob td.linenumbers {
+ margin: 0; padding: 0;
+ vertical-align: top;
+ border-right: 1px solid gray;
background-color: #eee;
+}
+
+table.blob pre {
+ padding: 0; margin: 0;
+}
+
+table.blob a.no {
+ color: gray;
text-align: right;
+ text-decoration: none;
}
-table.blob td.no a {
+table.blob a.no a:hover {
color: black;
}
-table.blob td.no a:hover {
- color: black;
- text-decoration: none;
+table.bin-blob {
+ margin-top: 0.5em;
+ border: solid 1px black;
}
-table.blob td.txt {
+table.bin-blob th {
+ font-family: monospace;
white-space: pre;
+ border: solid 1px #777;
+ padding: 0.5em 1em;
+}
+
+table.bin-blob td {
font-family: monospace;
- padding-left: 0.5em;
+ white-space: pre;
+ border-left: solid 1px #777;
+ padding: 0em 1em;
}
table.nowrap td {
font-size: 80%;
color: #ccc;
}
+a.branch-deco {
+ margin: 0px 0.5em;
+ padding: 0px 0.25em;
+ background-color: #88ff88;
+ border: solid 1px #007700;
+}
+a.tag-deco {
+ margin: 0px 0.5em;
+ padding: 0px 0.25em;
+ background-color: #ffff88;
+ border: solid 1px #777700;
+}
+a.remote-deco {
+ margin: 0px 0.5em;
+ padding: 0px 0.25em;
+ background-color: #ccccff;
+ border: solid 1px #000077;
+}
+a.deco {
+ margin: 0px 0.5em;
+ padding: 0px 0.25em;
+ background-color: #ff8888;
+ border: solid 1px #770000;
+}
+
+div.commit-subject a {
+ margin-left: 1em;
+ font-size: 75%;
+}
+
table.stats {
border: solid 1px black;
border-collapse: collapse;
background-color: #eee;
height: 1em;
}
-