example/views/install.erb in shopify-sinatra-app-0.2.0 vs example/views/install.erb in shopify-sinatra-app-0.3.0

- old
+ new

@@ -1,21 +1,21 @@ -<%= bootstrap_assets %> +<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous"> <style> -body { - background: #fff url(<%="#{base_url}/legend.gif"%>) no-repeat fixed right 130px; -} + body { + background: #fff url(<%="#{base_url}/legend.gif"%>) no-repeat fixed right 130px; + } -.form-large input { - font-size: 18px; - padding: 8px; - height: auto; - line-height: normal; -} + .form-large input { + font-size: 18px; + padding: 8px; + height: auto; + line-height: normal; + } -.form-wide { - width: 480px; -} + .form-wide { + width: 480px; + } </style> <body> <div style="margin-top: 100px"></div>