From 285b0e1cafbbd134fe359c7432c479ef46fe5ad8 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 14 Mar 2012 21:29:35 -0700 Subject: [PATCH] Add some spacing before the status (failed, skipped, ...) --- web/build_farm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/build_farm.css b/web/build_farm.css index 136bea3b..9b472f47 100644 --- a/web/build_farm.css +++ b/web/build_farm.css @@ -5,6 +5,7 @@ font-weight: bold; font-family: sans-serif; } +#log .status { margin-left: 0.5ex; } #log .status.failed { color: rgb(153, 0, 0); } #log .status.passed { color: rgb(0, 153, 0); } #log .status.skipped { color: rgb(0, 0, 153); } -- 2.34.1