Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6892)

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 9359002: [ntp] fix font measuring hack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 80276e1e80096c7a7af6186396c0e00663d0d7d3..c268a8c9423f399eda51b1dac0e4be6cf93432c0 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
html {
- font-family: segoe ui, arial, helvetica, sans-serif;
font-size: 14px;
/* It's necessary to put this here instead of in body in order to get the
background-size of 100% to work properly */
@@ -308,6 +307,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
#fontMeasuringDiv {
/* The font attributes match the nav inputs. */
+ font: -webkit-small-control;
font-size: 8pt;
font-weight: bold;
pointer-events: none;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698