Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-01-29 08:06:30 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-01-29 08:06:30 (GMT)
commita064ba5daec2825c02b2e097c60dadcda602679f (patch)
tree692d163bee9930c0f1bae4f526d4679dbaae20b7
parent23002fbedd17fb38cfa1d5531d563eb7e3459254 (diff)
change layout of start.html
-rw-r--r--css/kStart.css1
-rw-r--r--examples/English_Animal_Identification/start.html12
2 files changed, 8 insertions, 5 deletions
diff --git a/css/kStart.css b/css/kStart.css
index 4880a68..d2c932c 100644
--- a/css/kStart.css
+++ b/css/kStart.css
@@ -5,6 +5,7 @@
background-image: url(./epaath_images/bg.png);
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
+ margin: 0px;
}
/*
#kStart #overlay{
diff --git a/examples/English_Animal_Identification/start.html b/examples/English_Animal_Identification/start.html
index 94ae675..a4ea1ab 100644
--- a/examples/English_Animal_Identification/start.html
+++ b/examples/English_Animal_Identification/start.html
@@ -47,14 +47,16 @@
</div>
<div id="bottom">
<div id="logo" class="center"><div></div></div>
- </div>
- <div id="copyright">
- Copyright <a href="http://www.olenepal.org">OLE Nepal</a> 2009,
+
+ <div id="copyright">
+ Copyright <a href="http://www.olenepal.org">OLE Nepal</a> 2009,
<a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
- </div>
+ </div>
+ </div>
<script type="text/javascript">
if (window.innerWidth !== 1200){
- $('#kStart').css({width:'800px', height:'600px'});
+ //$('#kStart').css({width:'800px', height:'600px'});
+ $('#kStart').css({width: window.innerWidth -13, height: window.innerHeight -13});
}
</script>
</body>