2:4ced8ad98e38
Anton Shestakov <av6@dwimlabs.net>, Tue, 04 Oct 2016 13:11:47 +0800
annotate: be consistent with other "filelog parents" terminology

next change 4:a13bf07ea76c
previous change 1:457dfae4425c

style-kit.css

Permissions: -rw-r--r--

Other formats: Feeds:
#graph {
position: absolute;
z-index: 5;
top: -0.9em;
margin: 0;
}
ul#graphnodes,
ul#nodebgs {
list-style: none inside none;
}
ul#graphnodes {
position: absolute;
z-index: 10;
top: -0.8em;
padding: 0;
}
ul#graphnodes li,
ul#nodebgs li {
height: 39px;
}
pre {
font-size: 13px;
}
.uk-container.uk-width-1-1 {
max-width: 100%;
}
.uk-badge {
font-weight: normal;
text-shadow: none;
}
.kit-monospace,
.kit-commit-message {
font: 13px/18px Consolas, monospace, serif;
}
.kit-border-collapse {
border-collapse: collapse;
}
.kit-white-space-normal {
white-space: normal;
}
.kit-badge-branch-head,
.kit-badge-branch-open {
background-color: #00a8e6;
}
.kit-badge-branch-closed {
background-color: #777;
}
.kit-badge-branch,
.kit-badge-branch-inactive {
background-color: #fff;
color: #00a8e6;
border: 1px solid #00a8e6;
}
.kit-badge-tag {
background-color: #8cc14c;
}
.kit-badge-bookmark {
background-color: #c247ce;
}
.kit-commit-message,
.kit-file,
.kit-diff,
.kit-comparison,
.kit-annotate-line {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.kit-file div,
.kit-diff div,
.kit-comparison td,
.kit-annotate-line {
padding: 0 0 0 42px;
margin: 0;
}
.kit-file div:target,
.kit-diff div:target,
.kit-comparison tr:target,
.kit-annotate tr:target {
background: #eee;
}
.kit-this-rev {
background-color: #ecfdf0;
}
.kit-block-parity1 {
background-color: #f0f0f0;
}
a.kit-line-number {
display: inline-block;
text-align: right;
min-width: 42px;
margin-left: -42px;
text-decoration: none;
color: #929292;
white-space: normal;
}
a.kit-line-number::before {
content: attr(data-line-number);
padding-right: 10px;
}
.kit-diffstat-add,
.kit-diffstat-remove {
line-height: 14px;
}
.kit-diffstat-add {
background-color: #8cc14c;
}
.kit-diffstat-remove {
background-color: #da314b;
}
.kit-line-at {
color: #990099;
}
.kit-line-plus {
color: #008800;
}
.kit-line-minus {
color: #cc0000;
}
.kit-comparison + .kit-comparison tr:first-child td {
border-top: 1px solid #ddd;
}
.kit-comparison-insert {
background-color: #ecfdf0;
}
.kit-comparison-replace {
background-color: #f8eec7;
}
.kit-comparison-delete {
background-color: #fbe9eb;
}