From 629e71d12e97025b9526d08d8d969ea1ac20e093 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 20 Apr 2012 14:03:29 -0700 Subject: framework: Remove 'abort' and 'trap' results in favor of 'crash'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Marek Olšák --- templates/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/index.css') 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; } -- cgit v1.2.3