projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4ccf3
)
fix Firefox table display, MKWS-78
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 May 2014 14:21:29 +0000
(14:21 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 May 2014 14:21:29 +0000
(14:21 +0000)
tools/htdocs/mkws.css
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.css
b/tools/htdocs/mkws.css
index
198e838
..
c21ed17
100644
(file)
--- a/
tools/htdocs/mkws.css
+++ b/
tools/htdocs/mkws.css
@@
-206,3
+206,8
@@
.mkwsProgress .mkwsDone { color: #005701 }
.mkwsProgress .mkwsWaiting { color: #c0c0c0 }
+
+.mkwsResults table {
+ display: inline-table /* only for Firefox! */
+}
+