blob: 3a1a1ca9e39453fb4cdafee67282b14d5f6d63c6 [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 {
height: 100%;
position: absolute;
width: 100%;
}
a {
height: 100%;
width: 100%;
}
a:focus {
outline: none; /* Remove outline from tabIndex = -1. */
}
div {
bottom: 24px;
margin: 0 7px;
overflow: hidden;
position: absolute;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
width: 90%;
}
img {
height: 100%;
width: 100%;
}