Welcome message
authorDavid Vazquez <davazp@gmail.com>
Sun, 23 Dec 2012 22:10:23 +0000 (22:10 +0000)
committerDavid Vazquez <davazp@gmail.com>
Sun, 23 Dec 2012 22:10:23 +0000 (22:10 +0000)
test.html

index 0fcd669..d0e59cd 100644 (file)
--- a/test.html
+++ b/test.html
@@ -42,7 +42,7 @@
         font-weight: normal;
     }
     /* The text color of the output. */
-    .jqconsole-output {
+    .jqconsole-output, .jqconsole-header {
         color: gray;
     }
     .jqconsole-error {
@@ -58,7 +58,7 @@
     <script src="jqconsole.min.js" type="text/javascript" charset="utf-8"></script>
     <script>
       $(function () {
-        var jqconsole = $('#console').jqconsole('Welcome to Lisptrack!\n', '> ');
+        var jqconsole = $('#console').jqconsole('Welcome to Lisptrack!\n\n', '> ');
         jqconsole.RegisterMatching('(', ')', 'parents');
 
         var startPrompt = function () {