Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / test / py / multiplexed_log.css
index f135b10a24c92e98f317bfae5f8e181aa46fcdbd..3db99272235659fdaeb31895d9f3d3151bd16316 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (c) 2015 Stephen Warren
  * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 /*
@@ -62,10 +61,18 @@ pre {
     color: #8080ff
 }
 
+.timestamp {
+    color: #8080ff
+}
+
 .status-pass {
     color: #00ff00
 }
 
+.status-warning {
+    color: #ffff00
+}
+
 .status-skipped {
     color: #ffff00
 }