]> git.openstreetmap.org Git - rails.git/commitdiff
Remove dead CSS code - nothing has the user_map class
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2020 08:35:19 +0000 (10:35 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2020 08:35:19 +0000 (10:35 +0200)
app/assets/stylesheets/common.scss
app/assets/stylesheets/small.scss

index e3b79c5913b5e24ccbe6d4f3ad12d1a3c8222706..6e112691c6f5b752390ff22ceb0b91773a7cfe12 100644 (file)
@@ -1511,13 +1511,6 @@ tr.turn:hover {
 
 /* Rules for the account settings page */
 
-#accountForm .user_map {
-  position: relative;
-  width: 500px;
-  height: 400px;
-  border: 1px solid $grey;
-}
-
 #accountForm .user_image {
   margin-bottom: 0;
 }
index 701d1046580e5d03efae23344e504ba29a5e6bdd..a67f7a536b09b22833bc78a2579f12b3cf410b5f 100644 (file)
@@ -121,13 +121,6 @@ body.small {
     padding: 2px;
   }
 
-  /* Rules for the user view */
-
-  .user_map {
-    width: 100% !important;
-    height: 300px !important;
-  }
-
   &.site-about #content .attr h1 {
     font-size: 28px;
   }