Index: chrome/browser/resources/ntp4/most_visited_page.css |
=================================================================== |
--- chrome/browser/resources/ntp4/most_visited_page.css (revision 98657) |
+++ 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%; |
} |
@@ -75,9 +74,8 @@ |
border-bottom-left-radius: 3px 3px; |
border-bottom-right-radius: 3px 3px; |
/* Matches height of title. */ |
Evan Stade
2011/08/30 01:06:24
comment not quite accurate any more, maybe make th
csilv
2011/08/30 01:29:04
Done.
|
- bottom: 23px; |
+ bottom: 31px; |
height: 3px; |
- opacity: 0.5; |
position: absolute; |
width: 100%; |
z-index: 100; |
@@ -86,8 +84,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; |