From 52bd99fd4282ce282331d0bf7c86e6ab886d148a Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Wed, 6 May 2009 22:19:26 +0000 Subject: Fix issue where the favicon got centered vertically in RTL mode instead of keeping the value from the previous rule. The default value for background-position-y is center if not specified. http://crbug.com/11549 Review URL: http://codereview.chromium.org/113059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15465 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html index 8a3195e..81c72e5 100644 --- a/chrome/browser/resources/history.html +++ b/chrome/browser/resources/history.html @@ -840,7 +840,7 @@ html[dir='rtl'] .time { padding:1px 0px 4px 22px; } html[dir='rtl'] .entry .title a { - background-position:right; + background-position-x:right; padding-left:0px; padding-right:22px; } -- cgit v1.1