Chromium Code Reviews| 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..1e933a17f2737b72488a4f9341616b93adad9c9c 100644 |
| --- a/chrome/browser/resources/ntp_search/thumbnail_page.css |
| +++ b/chrome/browser/resources/ntp_search/thumbnail_page.css |
| @@ -50,7 +50,7 @@ |
| .thumbnail .title, |
| .thumbnail-banner { |
| - bottom: -18px; |
| + bottom: -26px; |
| color: #777; |
| font-size: 0.9167em; |
| overflow: hidden; |
| @@ -75,7 +75,7 @@ |
| } |
| .thumbnail-banner { |
| - bottom: 13px; |
| + bottom: 25px; |
|
Evan Stade
2012/11/20 23:52:05
you specify this twice. Better to doing so rather
pedro (no code reviews)
2012/11/21 00:14:03
Done.
|
| display: block; |
| font-size: 1.14em; |
| margin: 0 7px; |
| @@ -86,7 +86,7 @@ |
| height: 16px; |
| margin: 0 auto; |
| position: relative; |
| - top: 19px; |
| + top: -8px; |
| width: 16px; |
| } |