From 03c63ac73f92b0853cf41c0ea7895b74c9dac6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Tue, 13 Dec 2016 21:25:32 +0100 Subject: [PATCH] Bug 1322953 - Remove padding-inline-end from #nav-bar-customization-target. r=gijs --- browser/themes/osx/browser.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index d8841e33634c..20c6db9df418 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -240,11 +240,6 @@ } } -#nav-bar-customization-target { - /* This shouldn't really be here. See bug 1322953. */ - padding-inline-end: 4px; -} - #PersonalToolbar { padding: 0 4px 4px; }