Upgrade demos to use new-style class-names, MKWS-306
[mkws-moved-to-github.git] / examples / htdocs / heikki-motd.html
index 3539211..b4e526d 100644 (file)
     <script type="text/javascript" src="tools/htdocs/mkws.js"></script>
 
     <style type="text/css">
-      .mkwsTermlists div.facet {
+      .mkws-termlists div.facet {
       float:left;
       width: 30%;
       margin: 0.3em;
       }
-      .mkwsStat {
+      .mkws-stat {
       text-align: right;
       }
     </style>
@@ -32,9 +32,9 @@
   </head>
   <body>
     <h1>Heikkis test for the MOTD</h1>
-    <div class="mkwsMOTD">This is the mkwsMOTD div </div>
+    <div class="mkws-motd">This is the mkws-motd div </div>
     <br/>The MOTD should not be visible above this line.
-    <div class="mkwsSearch"></div>
-    <div class="mkwsResults"></div>
+    <div class="mkws-search"></div>
+    <div class="mkws-results"></div>
   </body>
 </html>