Index: chrome/browser/resources/ntp4/most_visited_page.css |
=================================================================== |
--- chrome/browser/resources/ntp4/most_visited_page.css (revision 98748) |
+++ chrome/browser/resources/ntp4/most_visited_page.css (working copy) |
@@ -62,11 +62,10 @@ |
.most-visited .favicon { |
background: no-repeat 5px 50%; |
- background-size: 32px; |
bottom: 7px; |
box-sizing: border-box; |
display: block; |
- height: 32px; |
+ height: 16px; |
position: absolute; |
width: 100%; |
} |
@@ -77,7 +76,8 @@ |
/* Matches height of title. */ |
bottom: 23px; |
height: 3px; |
- opacity: 0.5; |
+ /* Matches padding-top of the title. */ |
+ margin-bottom: 8px; |
position: absolute; |
width: 100%; |
z-index: 100; |
@@ -86,8 +86,8 @@ |
.most-visited .title { |
display: block; |
height: 23px; |
- line-height: 23px; |
overflow: hidden; |
+ padding-top: 8px; |
text-align: center; |
text-overflow: ellipsis; |
white-space: nowrap; |