diff --git a/app/assets/stylesheets/ltr.css.scss b/app/assets/stylesheets/ltr.css.scss index 84adc8e72..bbfebdbc1 100644 --- a/app/assets/stylesheets/ltr.css.scss +++ b/app/assets/stylesheets/ltr.css.scss @@ -78,13 +78,6 @@ html body { border-left: 1px solid #ccc; } -/* Rules for edit menu */ - -.menuicon { - margin-left: 10px; - border-left: 1px solid #eee; -} - /* Rules for attribution text under the main map shown on printouts */ .attribution_license { diff --git a/app/assets/stylesheets/rtl.css.scss b/app/assets/stylesheets/rtl.css.scss index ae142f9ae..439877669 100644 --- a/app/assets/stylesheets/rtl.css.scss +++ b/app/assets/stylesheets/rtl.css.scss @@ -78,13 +78,6 @@ html body { border-right: 1px solid #ccc; } -/* Rules for edit menu */ - -.menuicon { - margin-right: 10px; - border-right: 1px solid #eee; -} - /* Rules for attribution text under the main map shown on printouts */ .attribution_license {