DEFVAR returns the symbol
[jscl.git] / lispstrack.html
index 5fd8256..d37c17a 100644 (file)
@@ -3,14 +3,20 @@
   <head>
     <style>
      /* The console container element */
-    body { background-color: black; font-size: 16px; font-family: Courier; }
-
+    body { background-color: black; font-size: 16px; font-family: Courier; overflow: hidden; padding: 0 0 0 0;}
     #console {
       position: absolute;
-      width: 100%;
-      height: 100%;
+      top: 0px;
+      bottom: 0px;
+      left: 0px;
+      right: 0px;
       background-color:black;
     }
+
+    .parents {
+        font-weight: bold;
+    }
+
     /* The inner console element. */
     .jqconsole {
         padding: 10px;