Index: chrome/browser/resources/local_ntp/most_visited_single.css |
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css |
index 5a2334f9bf517deea71d81fe4ad7279ff363b8d8..381cf7a3193445559ca657509f8fa050a4d951e6 100644 |
--- a/chrome/browser/resources/local_ntp/most_visited_single.css |
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css |
@@ -5,6 +5,7 @@ |
body { |
-webkit-user-select: none; |
background: none transparent; |
+ color: #323232; |
margin: 0; |
overflow: hidden; |
padding: 0; |
@@ -47,7 +48,6 @@ a:visited { |
background: rgb(242,242,242); |
border: 1px solid transparent; |
border-radius: 2px; |
- color: #323232; |
display: inline-block; |
font-family: arial, sans-serif; |
font-size: 12px; |
@@ -143,16 +143,18 @@ html[dir=rtl] .mv-title[style*='direction: rtl'] { |
border-radius: 0; |
cursor: pointer; |
display: block; |
- height: 90px; |
+ height: 94px; |
left: 3px; |
+ overflow: hidden; |
position: absolute; |
top: 31px; |
width: 148px; |
} |
.mv-thumb img { |
- height: 94px; |
- width: 148px; |
+ height: auto; |
+ min-height: 100%; |
+ width: 100%; |
} |
.mv-thumb.failed-img { |