From f63c4881d3f535ff614dfe09c3ae2f231a43a7e0 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Wed, 2 Feb 2011 17:00:49 +0100 Subject: [PATCH] Bug 630059 - "Advanced search" and "Preferences" links in about:home are broken in Russian Firefox build. r=gavin a=blocker --- browser/base/content/aboutHome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/aboutHome.css b/browser/base/content/aboutHome.css index a7f6ebaa9fe7..2410abaf6817 100644 --- a/browser/base/content/aboutHome.css +++ b/browser/base/content/aboutHome.css @@ -197,7 +197,7 @@ body[dir=rtl] #searchSubmit:active { font-size: 10px; } -#searchEngineLinks a { +#searchEngineLinks > a:not([hidden="true"]) { display: block; white-space: nowrap; }