im working on a rails project version 3 and i can’t figure out how this happens.
there is no css since this is a brand new project.
why do i get this margin?
is this a rails convention?
is there any standard css used by rails if you do not set up a reset-css-file?
chrome:

this is how the html gets generated by rails:

Google Chrome applies a default property of
body { margin: 8px; }to all webpages that don’t specify their own margins.