style fixes

This commit is contained in:
albert
2011-11-06 17:10:07 -05:00
parent 4f33726fa6
commit e3f97fa1e4
2 changed files with 11 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
<%= javascript_include_tag "mobile" %>
</head>
<body>
<%= yield :layout %>
<div id="main">
<%= yield :layout %>
</div>
</body>
</html>