Index: chrome/browser/resources/ntp_search/thumbnail_page.css |
diff --git a/chrome/browser/resources/ntp_search/thumbnail_page.css b/chrome/browser/resources/ntp_search/thumbnail_page.css |
index 1835d3d9611b5eaf399060e781d27955db47ea0c..a4158f3116afd262df4c6b9e377dd906db81f20f 100644 |
--- a/chrome/browser/resources/ntp_search/thumbnail_page.css |
+++ b/chrome/browser/resources/ntp_search/thumbnail_page.css |
@@ -50,7 +50,6 @@ |
.thumbnail .title, |
.thumbnail-banner { |
- bottom: -18px; |
color: #777; |
font-size: 0.9167em; |
overflow: hidden; |
@@ -61,6 +60,18 @@ |
width: 100%; |
} |
+.thumbnail .title { |
+ bottom: -26px; |
+} |
+ |
+.thumbnail-banner { |
+ bottom: 25px; |
+ display: block; |
+ font-size: 1.14em; |
+ margin: 0 7px; |
+ width: 88%; |
+} |
+ |
.thumbnail, |
.thumbnail-wrapper, |
.thumbnail-card { |
@@ -74,19 +85,11 @@ |
width: 100%; |
} |
-.thumbnail-banner { |
- bottom: 13px; |
- display: block; |
- font-size: 1.14em; |
- margin: 0 7px; |
- width: 88%; |
-} |
- |
.thumbnail-favicon { |
height: 16px; |
margin: 0 auto; |
position: relative; |
- top: 19px; |
+ top: -8px; |
width: 16px; |
} |