Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_thumbnail.css
blob52eb41597910e2ac1fc08a4c7e8c5a7170c14143
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4 body {
5 height: 100%;
6 position: absolute;
7 width: 100%;
10 a {
11 height: 100%;
12 position: relative;
13 width: 100%;
16 a:focus {
17 outline: none; /* Remove outline from tabIndex = -1. */
20 div {
21 bottom: 24px;
22 margin: 0 7px;
23 overflow: hidden;
24 position: absolute;
25 text-align: center;
26 text-overflow: ellipsis;
27 white-space: nowrap;
28 width: 90%;
31 span.blocker {
32 display: inline-block;
33 height: 100%;
34 position: absolute;
35 width: 100%;
38 img {
39 height: auto;
40 min-height: 100%;
41 width: 100%;