]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Eliminate interpolation in key JS
[rails.git] / app / assets / stylesheets / common.css.scss
index 27fd53c72e9b9c76732defaa7cf6b0820c84eccb..e309e2ed720c5db869f8fd9c0cfcd77eedfbf279 100644 (file)
@@ -383,6 +383,7 @@ h2 {
 
 #map {
   margin: 0px;
+  border: 0px;
   padding: 0px;
 }
 
@@ -659,6 +660,7 @@ h2 {
   bottom: 0px;
   left: 0px;
   right: 0px;
+  overflow: hidden;
 }
 
 /* Rules for the changeset list shown by the history tab etc */
@@ -887,6 +889,10 @@ p#contributorGuidance {
 
 /* Rules for the account settings page */
 
+#accountForm {
+  margin-top: 20px;
+}
+
 #accountForm td {
   padding-bottom: 10px;
 }