diff src/luan/modules/http/tools/Shell.luan @ 1293:007ceb8dcf89

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 06 Jan 2019 14:09:24 -0700
parents 5ba660381bd5
children 9dca1e912658
line wrap: on
line diff
--- a/src/luan/modules/http/tools/Shell.luan	Thu Jan 03 15:01:36 2019 -0700
+++ b/src/luan/modules/http/tools/Shell.luan	Sun Jan 06 14:09:24 2019 -0700
@@ -1,6 +1,5 @@
 local Luan = require "luan:Luan.luan"
 local error = Luan.error
-local ipairs = Luan.ipairs or error()
 local load = Luan.load or error()
 local to_string = Luan.to_string or error()
 local try = Luan.try or error()
@@ -103,7 +102,7 @@
 		<title>Luan Shell</title>
 		<style>
 			body {
-				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+				font-family: sans-serif;
 				margin: 2em 5% 0 5%;
 			}
 			pre {