diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 22:26:48 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 22:26:48 +0000 |
commit | 0ff4f5d315a8c17e95fc30fc9983a10a84c627d6 (patch) | |
tree | 7ce1341b7ccb3de9d447c0b88325a060a8d93b59 /chrome/browser/resources/new_tab_theme.css | |
parent | 0445eb4ed9f9a9bb86f8c4338f86a84fbce7b7f2 (diff) | |
download | chromium_src-0ff4f5d315a8c17e95fc30fc9983a10a84c627d6.zip chromium_src-0ff4f5d315a8c17e95fc30fc9983a10a84c627d6.tar.gz chromium_src-0ff4f5d315a8c17e95fc30fc9983a10a84c627d6.tar.bz2 |
Fix some issues with the New Tab Page:
* In RTL, the options dropmarker button was still on the right (overlaying the Chrome logo and opposite where the dropdown menu would actually appear)
* Missing a <head> tag
* Made the "attribution" block at the bottom corner of the NTP be at the end rather than always on the right
BUG=none
TEST=Use NTP with --lang=he and check dropmarker and custom theme attribution position
Review URL: http://codereview.chromium.org/3122015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index ae39264..150d3be 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -90,7 +90,7 @@ body { #attribution { display: $$5; color: $9; /* COLOR_NTP_LINK */ - text-align: right; + text-align: end; } #tip-line { |