From dd3e5c44e76311c460f19ed8130061f9dd48825f Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Fri, 17 Jan 2014 22:57:28 +0100 Subject: [PATCH] Bug 958089 - [Australis] Remove the padding-top on Linux while in customization mode. r=mikedeboer --- browser/themes/linux/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index ad3b04eef111..29742c250591 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -1894,7 +1894,7 @@ chatbox { } #main-window:-moz-any([customize-entering],[customize-entered]) #tab-view-deck { - padding: 2em; + padding: 0 2em 2em; } #main-window[customize-entered] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar),