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

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: changed gradient to valid one 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..f7dc2a64782fdb95d7e035c15a82956ab7f14bce 100644
--- a/chrome/browser/resources/local_ntp/most_visited_title.css
+++ b/chrome/browser/resources/local_ntp/most_visited_title.css
@@ -7,6 +7,7 @@ body {
a {
overflow: hidden;
+ /* The values for text-align and text-overflow can be overridden in JS. */
huangs 2014/08/06 20:17:43 I'd prefer to put this right beside each item:
Mathieu 2014/08/06 20:19:20 Done.
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;

Powered by Google App Engine
This is Rietveld 408576698