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:
527659c
)
Fix embedded stylesheet of heikki-motd.html to address by class rather than ID.
author
Mike Taylor
<mike@indexdata.com>
Wed, 30 Apr 2014 10:59:41 +0000
(11:59 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 30 Apr 2014 10:59:41 +0000
(11:59 +0100)
examples/htdocs/heikki-motd.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/heikki-motd.html
b/examples/htdocs/heikki-motd.html
index
f46036a
..
10a2a82
100644
(file)
--- a/
examples/htdocs/heikki-motd.html
+++ b/
examples/htdocs/heikki-motd.html
@@
-19,12
+19,12
@@
<script type="text/javascript" src="tools/htdocs/mkws.js"></script>
<style type="text/css">
- #mkwsTermlists div.facet {
+ .mkwsTermlists div.facet {
float:left;
width: 30%;
margin: 0.3em;
}
- #mkwsStat {
+ .mkwsStat {
text-align: right;
}
</style>