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. */
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. */
24 white-space: pre-wrap
;
25 word-wrap: break-word
;
29 outline: none
; /* Remove outline from tabIndex = -1. */