| Index: chrome/browser/resources/local_ntp/most_visited_thumbnail.css
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_thumbnail.css b/chrome/browser/resources/local_ntp/most_visited_thumbnail.css
|
| index 36942c69735c6cb95a0d4ec01f3ce7ad9f452bbe..415c51952ca74448bde8b45ebf7a3984a37f45fb 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_thumbnail.css
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_thumbnail.css
|
| @@ -1,6 +1,13 @@
|
| /* Copyright 2013 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
| +@font-face {
|
| + font-family: 'Roboto2';
|
| + font-weight: 400;
|
| + src: local('Roboto'), local('Roboto2-Regular'),
|
| + url(roboto.woff2) format('woff2'), url(roboto.woff) format('woff');
|
| +}
|
| +
|
| body {
|
| height: 100%;
|
| position: absolute;
|
| @@ -23,14 +30,7 @@ div {
|
| width: 90%;
|
| }
|
|
|
| -img,
|
| -.shadow {
|
| - border-radius: 2px;
|
| +img {
|
| height: 100%;
|
| width: 100%;
|
| }
|
| -
|
| -.shadow {
|
| - box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
|
| - position: absolute;
|
| -}
|
|
|