Skip to content

Commit

Permalink
Change width of #container to 300px to fit the screen (body has 10px …
Browse files Browse the repository at this point in the history
…padding)
  • Loading branch information
Jonas Witt committed Sep 17, 2010
1 parent 28628fc commit 30139a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index_template.html
Expand Up @@ -6,7 +6,7 @@
<title>[BETA_NAME] - Beta Release</title>
<style type="text/css">
body {background:#fff;margin:0;padding:0;font-family:arial,helvetica,sans-serif;text-align:center;padding:10px;color:#333;font-size:16px;}
#container {width:320px;}
#container {width:300px;}
h1 {margin:0;padding:0;font-size:14px;}
p {font-size:13px;}
.link {background:#ecf5ff;border-top:1px solid #fff;border:1px solid #dfebf8;margin-top:.5em;padding:.3em;}
Expand Down

0 comments on commit 30139a3

Please sign in to comment.