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; |