1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Removed any default margin from body.

This commit is contained in:
Sahil Lavingia 2014-09-09 13:38:53 -07:00
parent e6001cbac6
commit f234d1f07e

View file

@ -2,6 +2,10 @@
<html><head>
<meta name="viewport" content="width=device-width" />
<style type="text/css">
body {
margin: 0;
}
header {
width: 100%;
padding: 10px 0 0 0;
@ -95,4 +99,4 @@
<iframe seamless name="messageBody" src="?part=<%= Rack::Utils.escape(@part.mime_type) %>"></iframe>
</body>
</html>
</html>