Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_title.css
blob2c7135ac71675cc9ca72477330171298f228d5ab
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 html {
5 height: 100%;
8 body {
9 height: 100%;
10 width: 100%;
13 a {
14 height: 100%;
15 overflow: hidden;
16 text-align: center; /* Can be overridden in JS. */
17 text-overflow: ellipsis; /* Can be overridden in JS. */
18 white-space: nowrap;
21 a:focus {
22 outline: none; /* Remove outline from tabIndex = -1. */