diff --git a/app/assets/stylesheets/id.css b/app/assets/stylesheets/id.css index 1e85f055d..07e48e0a1 100644 --- a/app/assets/stylesheets/id.css +++ b/app/assets/stylesheets/id.css @@ -1,3 +1,11 @@ /* *= require iD */ + +/* document-level styling */ +html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index e4dbf2d53..e2ce6bb0d 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -6,15 +6,6 @@ <%= javascript_include_tag "id" %> - <% data = {} -%>