Add styling for gitweb timing statistics output (#37)
authorEdwin Hoksberg <EdwinHoksberg@users.noreply.github.com>
Sat, 28 Jul 2018 07:10:06 +0000 (09:10 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Sat, 28 Jul 2018 07:10:06 +0000 (09:10 +0200)
When they are enabled using the `$feature{'timed'}{'default'} = [1];` setting

gitweb.css

index c57d577b656d065a4320af69c4aff1168bdccafc..65458debdce033f6389fe9eb5451fb45ff716b63 100644 (file)
@@ -99,6 +99,16 @@ td, th {
   display: none;
 }
 
+#generating_info {
+  font-size: 10px;
+  color: #aaa;
+  text-align: center;
+}
+
+#generating_time, #generating_cmd {
+  font-weight: bold;
+}
+
 /* Page Header
 ---------------------------------------------------------------------------- */