Fix broken layout (Chrome Mobile)

This commit is contained in:
0ip 2012-10-25 14:37:41 +03:00
parent 7f158f697b
commit cb760aae52
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,11 @@
<link rel="shortcut icon" href="favicon.ico">
<style>
html, body {
height: 100%;
}
body {
margin: 0;
height: 100%;
color: #333;
font: 14px helvetica, sans-serif;
background: #ddd;