diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 00:52:59 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 00:52:59 +0000 |
commit | 91f1a50070e11820a0ace62c7520a4316ca7a780 (patch) | |
tree | c7b70e9940f2c65ff038b9c97754f9a509872dee /chrome/browser/resources | |
parent | dbcff9627e76f9676c916f09aba63e16996b4648 (diff) | |
download | chromium_src-91f1a50070e11820a0ace62c7520a4316ca7a780.zip chromium_src-91f1a50070e11820a0ace62c7520a4316ca7a780.tar.gz chromium_src-91f1a50070e11820a0ace62c7520a4316ca7a780.tar.bz2 |
Remove a no-longer needed hack that appeared to break button layout for NTP form controls in Arabic on firstview.
BUG=11484
TEST=Launch Chrome in Arabic, on the first new tab page that appears click _Remove Thumbnails_, and verify that the buttons have the same content as subsequent new tab pages opened in that session. (Open a new NTP with Ctrl+T and compare).
TBR=arv
Review URL: http://codereview.chromium.org/113071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/new_tab.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html index 67fad50..2b27e00 100644 --- a/chrome/browser/resources/new_tab.html +++ b/chrome/browser/resources/new_tab.html @@ -139,8 +139,7 @@ html[firstview='true'] #main { -webkit-transition:all 0.4s; } html[firstview='true'] #main.visible { - /* unfortunately, 1.0 results in no animation */ - opacity:0.999; + opacity:1.0; } #main { margin-left:auto; |