Chromium Code Reviews| Index: chrome/browser/resources/ntp4/most_visited_page.css |
| diff --git a/chrome/browser/resources/ntp4/most_visited_page.css b/chrome/browser/resources/ntp4/most_visited_page.css |
| index 907332b02b91b7b9733b68d24b0803509a3a04a4..df706ec32e02505f6f5d7042896bb7e1c7a5834b 100644 |
| --- a/chrome/browser/resources/ntp4/most_visited_page.css |
| +++ b/chrome/browser/resources/ntp4/most_visited_page.css |
| @@ -95,6 +95,8 @@ html[dir=rtl] .most-visited .close-button { |
| .thumbnail { |
| background: no-repeat; |
| + /* This shows for missing thumbnails. */ |
| + background-color: #eee; |
| background-size: 100%; |
|
Dan Beam
2011/12/06 19:41:14
Do we have a standard of using #666666 hex digits
Evan Stade
2011/12/06 20:17:37
3
|
| border-radius: 3px; |
| /* These max dimensions are not necessary, as the sizing logic in the .js |