66:db31e73bde12
Anton Shestakov <av6@dwimlabs.net>, Sat, 25 Jun 2016 18:16:39 +0800
models: drop Check.raw field (not worth storing in the same table) Replaying checks can be done (and is easier) when storing checker output in plain files, so let's lighten up the load on the database.

next change 68:58a9dddf8731
previous change 64:ef5755f23a35

static/main.css

Permissions: -rw-r--r--

Other formats: Feeds:
@media (min-width: 768px) {
.list-terse > dt {
width: 120px;
}
.list-terse > dd {
margin-left: 130px;
}
}
.uk-badge-unknown {
background: #898989;
}
.check-log {
background: #3c3c3c;
color: white;
border-color: #2a2a2a;
font-size: 13px;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.check-log div {
padding: 0 0 0 42px;
margin: 0;
}
.check-log div:target {
background: #4c4c4c;
}
.check-log a.lineno {
display: inline-block;
text-align: right;
min-width: 42px; /* 4 digits */
margin-left: -42px;
text-decoration: none;
color: #929292;
}
.check-log a.lineno::before {
content: attr(data-line-number);
padding-right: 10px;
}
.check-log .error {
color: #f277a1;
}
.check-log .warning {
color: #f1bf8e;
}
.check-log .task {
color: #bb84b4;
}
.check-log .meta {
color: #929292;
}
.check-log .failure {
color: #f1bf8e;
}