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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_title.css

Issue 448793003: [Most Visited] Support two additional parameters in the iframes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 4 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
Index: chrome/browser/resources/local_ntp/most_visited_title.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_title.css b/chrome/browser/resources/local_ntp/most_visited_title.css
index cacc6e37bfec3af6550c57fbc53aca7eb4e04313..3b90d5ad75384899a982949508fce563d20cc9aa 100644
--- a/chrome/browser/resources/local_ntp/most_visited_title.css
+++ b/chrome/browser/resources/local_ntp/most_visited_title.css
@@ -7,7 +7,7 @@ body {
a {
overflow: hidden;
- text-align: center;
- text-overflow: ellipsis;
+ text-align: center; /* Can be overridden in JS. */
+ text-overflow: ellipsis; /* Can be overridden in JS. */
white-space: nowrap;
}
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_thumbnail.js ('k') | chrome/browser/resources/local_ntp/most_visited_title.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698