projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
049b88e
)
Add styling for gitweb timing statistics output (#37)
author
Edwin Hoksberg
<EdwinHoksberg@users.noreply.github.com>
Sat, 28 Jul 2018 07:10:06 +0000
(09:10 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index c57d577b656d065a4320af69c4aff1168bdccafc..65458debdce033f6389fe9eb5451fb45ff716b63 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-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
---------------------------------------------------------------------------- */