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:
parent
e6001cbac6
commit
f234d1f07e
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue