summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 00:35:10 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 00:35:10 +0000
commit5f10da7a2f44254a4d077db700f43b3fee4b4870 (patch)
tree06163a71243c811d240c8e25ed4a4b592b168c1c /chrome
parentf8500884ae9867d3ea8cb5e2cbca8e8d74bd1c79 (diff)
downloadchromium_src-5f10da7a2f44254a4d077db700f43b3fee4b4870.zip
chromium_src-5f10da7a2f44254a4d077db700f43b3fee4b4870.tar.gz
chromium_src-5f10da7a2f44254a4d077db700f43b3fee4b4870.tar.bz2
Make "delete history for day" message have the correct font on Mac.
Committing for feldstein. BUG= 21459 TEST= History tab on mac should show correct font in "delete day" message. Review URL: http://codereview.chromium.org/460148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index ec36837..ba81d20 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -498,7 +498,7 @@ HistoryView.prototype.displayResults_ = function() {
localStrings.getString('cont')));
}
- var link = createElementWithClassName('button', 'delete-day');
+ var link = createElementWithClassName('div', 'delete-day');
link.time = page.time.toString();
link.onclick = deleteDay;
link.appendChild(