From 115d7ded8d6014a697682eea6efa8f96d5fd2bec Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 12 Apr 2012 10:57:08 -0400 Subject: [PATCH] Remove border for arrow --- app/assets/stylesheets/ltr.css.scss | 7 ------- app/assets/stylesheets/rtl.css.scss | 7 ------- 2 files changed, 14 deletions(-) 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 { -- 2.43.2