blob: 09d2e6b4a574fad2e6d4c02b19b7a9ed39dd978f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Copyright (c) 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.
*/
.gpu-state-snapshot-view {
background: url('../images/checkerboard.png');
display: -webkit-flex;
overflow: auto;
}
.gpu-state-snapshot-view img {
display: block;
margin: 16px auto 16px auto;
}
|