aboutsummaryrefslogtreecommitdiff
path: root/js/io/templates/files
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-04 15:32:25 -0700
committerNivesh Rajbhandari2012-05-04 15:32:25 -0700
commit3ad9024bcfce76e28816daa02bac14fc8985ca62 (patch)
tree810ce7161edc32629e869c37ceec854cebf6a228 /js/io/templates/files
parentce2d581894f9e433a7b73e4b622352a657b6ddaa (diff)
downloadninja-3ad9024bcfce76e28816daa02bac14fc8985ca62.tar.gz
Fixing body's default styles.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/io/templates/files')
-rwxr-xr-xjs/io/templates/files/html.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/io/templates/files/html.txt b/js/io/templates/files/html.txt
index 15641348..4e42267e 100755
--- a/js/io/templates/files/html.txt
+++ b/js/io/templates/files/html.txt
@@ -9,6 +9,10 @@
9 <meta name="generator" content="Motorola Mobility Ninja"> 9 <meta name="generator" content="Motorola Mobility Ninja">
10 10
11 <style type="text/css"> 11 <style type="text/css">
12 html, body {
13 width: 100%;
14 height: 100%;
15 }
12 </style> 16 </style>
13 17
14 </head> 18 </head>