Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_title.css
blob41e1b06e23eff9235822b283193d5013012c91f0
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 line-height: 117%;
16 overflow: hidden;
17 text-align: center; /* Can be overridden in JS. */
18 text-overflow: ellipsis; /* Can be overridden in JS. */
19 white-space: nowrap; /* Can be overridden in JS. */
22 a.multiline {
23 text-overflow: clip;
24 white-space: pre-wrap;
25 word-wrap: break-word;
28 a:focus {
29 outline: none; /* Remove outline from tabIndex = -1. */