diff -r df9c4a6e84f8 -r 7d934b2f5014 firefox-browser-css.patch --- a/firefox-browser-css.patch Wed Apr 25 13:47:56 2012 +0200 +++ b/firefox-browser-css.patch Sat Apr 28 23:20:28 2012 +0200 @@ -9,12 +9,12 @@ diff --git a/browser/themes/gnomestripe/browser.css b/browser/themes/gnomestripe/browser.css --- a/browser/themes/gnomestripe/browser.css +++ b/browser/themes/gnomestripe/browser.css -@@ -1016,16 +1016,30 @@ toolbar[iconsize="small"] #feed-button { - } +@@ -1026,16 +1026,30 @@ toolbar[iconsize="small"] #feed-button { #urlbar-display { margin-top: 0; margin-bottom: 0; + -moz-margin-start: 0; color: GrayText; } @@ -36,7 +36,7 @@ #page-proxy-favicon { width: 16px; height: 16px; - margin: 2px 4px; - } - - #page-proxy-favicon:not([src]) { + margin-top: 2px; + margin-bottom: 2px; + -moz-margin-start: 4px; + -moz-margin-end: 3px;