commit 295f9d93d7c3af12c4ea343af2c14e78b56a46a5 Author: David Fifield david@bamsoftware.com Date: Tue Jul 17 05:44:33 2012 -0700
Reset the line-height for the debug output.
I set the line-height to 0 for dimly remembered badge formatting reasons, but this was also taking effect in the textual terminal output, causing output lines to write atop one another. This was noticed by Joseph Hall. --- embed.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/embed.html b/embed.html index 678ba01..95821ce 100644 --- a/embed.html +++ b/embed.html @@ -71,6 +71,7 @@ body { overflow: auto; color: #4c4; background-color: #021; + line-height: inherit; } </style> </head>