diff web/src/luan/modules/web/web_run.luan @ 294:5652cdea25f5

Improve html code of core tools. git-svn-id: https://luan-java.googlecode.com/svn/trunk@295 21e917c8-12df-6dd8-5cb6-c86387c605b9
author hugo.tech@gmail.com <hugo.tech@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 11 Dec 2014 03:12:26 +0000
parents 91be4027b2a8
children 7f7708e8fdd4
line wrap: on
line diff
--- a/web/src/luan/modules/web/web_run.luan	Thu Dec 11 01:44:38 2014 +0000
+++ b/web/src/luan/modules/web/web_run.luan	Thu Dec 11 03:12:26 2014 +0000
@@ -19,7 +19,7 @@
 end
 
 local function basic_style() %>
-	body {font-family:'Arial',sans-serif;font-size:16px;text-align:center}
+	body {font-family:'Arial',sans-serif;font-size:16px;text-align:center;padding:1em 2em}
 	input,textarea {padding:.5em;border-radius:10px;border:1px solid #ccc;font-size:16px;display:block}
 	textarea {width:50%;margin:0 auto}
 	input.btn {background:#3B619D;color:#FFF;padding:.5em 2em;font-size:20px;margin:.5em auto}