]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Set an explicit 0px border on the map
[rails.git] / app / assets / stylesheets / common.css.scss
index 27fd53c72e9b9c76732defaa7cf6b0820c84eccb..6dceef86869a8789bfa896bbac181b6579396f04 100644 (file)
@@ -383,6 +383,7 @@ h2 {
 
 #map {
   margin: 0px;
+  border: 0px;
   padding: 0px;
 }
 
@@ -887,6 +888,10 @@ p#contributorGuidance {
 
 /* Rules for the account settings page */
 
+#accountForm {
+  margin-top: 20px;
+}
+
 #accountForm td {
   padding-bottom: 10px;
 }