firefox-browser-css.patch
changeset 438 7d934b2f5014
parent 409 ff30593d2daa
child 650 e8c83b144fd1
--- 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;