]> git.sur5r.net Git - u-boot/blobdiff - test/py/multiplexed_log.css
am335x, shc: kconfig: Fix misspelled choice default
[u-boot] / test / py / multiplexed_log.css
index f6240d52da661a3c75c60da3a8af567a5767137d..9b7c44fe4de00169a0e76058d40457e211cbec7e 100644 (file)
@@ -25,37 +25,24 @@ pre {
     color: #808080;
 }
 
-.section {
+.block {
     border-style: solid;
     border-color: #303030;
     border-width: 0px 0px 0px 5px;
     padding-left: 5px
 }
 
-.section-header {
+.block-header {
     background-color: #303030;
     margin-left: -5px;
     margin-top: 5px;
 }
 
-.section-trailer {
-    display: none;
-}
-
-.stream {
-    border-style: solid;
-    border-color: #303030;
-    border-width: 0px 0px 0px 5px;
-    padding-left: 5px
-}
-
-.stream-header {
-    background-color: #303030;
-    margin-left: -5px;
-    margin-top: 5px;
+.block-header:hover {
+    text-decoration: underline;
 }
 
-.stream-trailer {
+.block-trailer {
     display: none;
 }
 
@@ -75,6 +62,10 @@ pre {
     color: #8080ff
 }
 
+.timestamp {
+    color: #8080ff
+}
+
 .status-pass {
     color: #00ff00
 }
@@ -94,3 +85,21 @@ pre {
 .status-fail {
     color: #ff0000
 }
+
+.hidden {
+    display: none;
+}
+
+a:link {
+    text-decoration: inherit;
+    color: inherit;
+}
+
+a:visited {
+    text-decoration: inherit;
+    color: inherit;
+}
+
+a:hover {
+    text-decoration: underline;
+}