Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: chrome/browser/resources/local_ntp/most_visited_thumbnail.css

Issue 473583002: [Local NTP] Implementing Material Design styling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}

Powered by Google App Engine
This is Rietveld 408576698