diff mpui.js @ 194:d67a79d6e11c

Add CSS stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 18:35:13 +0300
parents 0dec83e42d90
children b36cfb497223
line wrap: on
line diff
--- a/mpui.js	Thu Aug 23 18:01:16 2018 +0300
+++ b/mpui.js	Thu Aug 23 18:35:13 2018 +0300
@@ -141,7 +141,7 @@
   mpUI.appendChild(mdiv);
 
   mobj = stCE("p");
-  mobj.textContent = "Choose your target machine:";
+  mobj.textContent = "Target platform / mode:";
   mdiv.appendChild(mobj);
 
 
@@ -200,9 +200,6 @@
     "<p>You can also view the <a href=\"https://tnsp.org/hg/forks/multipaint-js/\">Mercurial repository for this project</a>.</p>";
 
   mpUI.appendChild(mobj);
-
-  mobj = stCE("hr");
-  mpUI.appendChild(mobj);
 }