summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-04-20 14:03:29 -0700
committerKenneth Graunke <kenneth@whitecape.org>2012-04-23 22:42:49 -0700
commit629e71d12e97025b9526d08d8d969ea1ac20e093 (patch)
tree59d3e84dd906ea8ee37e9f43376ec9eef5dfb085 /templates
parent3c16fb936ec4b80822ef59b3583467625b7933c3 (diff)
framework: Remove 'abort' and 'trap' results in favor of 'crash'.
While distinguishing between 'fail' and 'crash' in extremely useful, I've never encountered a situation where 'abort' or 'trap' offers more insight than simply calling it a 'crash'. We may as well simplify things a bit. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Marek Olšák <maraeo@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.css b/templates/index.css
index a89bd1e9f..207465e51 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -48,7 +48,7 @@ td {
background-color: #20ff20;
}
-.trap, .abort, .crash {
+.crash {
text-align: right;
background-color: #000000;
color: #ffffff;
@@ -74,7 +74,7 @@ td {
background-color: #50ff50;
}
-.trapa, .aborta, .crasha {
+.crasha {
text-align: right;
background-color: #141414;
color: #ffffff;
@@ -100,12 +100,12 @@ td {
background-color: #40ff40;
}
-.trapb, .abortb, .crashb {
+.crashb {
text-align: right;
background-color: #0a0a0a;
color: #ffffff;
}
-td.trapa a, td.trapb a, td.aborta a, td.abortb a, td.crasha a, td.crashb a {
+td.crasha a, td.crashb a {
color: #ffffff;
}