]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom styling from export alternative sources dl
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Sep 2023 10:35:55 +0000 (11:35 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Sep 2023 10:35:55 +0000 (11:35 +0100)
These were mostly the same as the bootstrap defaults.

app/assets/stylesheets/common.scss

index 881ee6e3485691fc1acbd42515c688b0a5e56472..26ec9cb97f1a5d0a4c8346f3b9c82e92465240a3 100644 (file)
@@ -890,14 +890,6 @@ tr.turn:hover {
   .export_bound {
     margin: $lineheight/4;
   }
-
-  dl {
-    padding-left: $lineheight/2;
-    dd {
-      margin-left: 0;
-      margin-bottom: 10px;
-    }
-  }
 }
 
 /* Rules for edit pages */