Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Werner committed Nov 16, 2011
1 parent 341d09c commit ffe6838
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions demo/native.html
Expand Up @@ -8,6 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>

<style type="text/css">

body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.8;
}

#container{
position: absolute;
Expand All @@ -34,8 +40,7 @@
width: 100px;
height: 100px;
display: inline-block;
line-height: 100px;
text-align: center;
text-indent: 6px;
}

</style>
Expand Down

0 comments on commit ffe6838

Please sign in to comment.