blob: a4e464fbc45169669d27d9433e872289faa2ab4f [file] [log] [blame]
/* 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. */
body {
width: 100%;
}
a {
overflow: hidden;
text-align: center; /* Can be overridden in JS. */
text-overflow: ellipsis; /* Can be overridden in JS. */
white-space: nowrap;
}
a:focus {
outline: none; /* Remove outline from tabIndex = -1. */
}