Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / engagement / engagement_table.css
blob55318c35756a125e626b57a676623634837f0a42
1 /* Copyright 2015 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. */
5 table,
6 table td,
7 table th {
8 border: 1px solid #777;
9 border-collapse: collapse;
10 padding-left: 4px;
11 padding-right: 4px;
14 table th {
15 background: rgb(224, 236, 255);
18 .origin-cell {
19 min-width: 500px;