Fix embedded stylesheet of heikki-motd.html to address by class rather than ID.
authorMike Taylor <mike@indexdata.com>
Wed, 30 Apr 2014 10:59:41 +0000 (11:59 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 30 Apr 2014 10:59:41 +0000 (11:59 +0100)
examples/htdocs/heikki-motd.html

index f46036a..10a2a82 100644 (file)
     <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>