blob: c11885b6a0da026ba62ea8bdc22c8a9e7d13a538 [file] [log] [blame]
/* Copyright 2016 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.
*/
table.styled-table {
border-collapse: collapse;
}
table.styled-table,
.styled-table th,
.styled-table td {
border: 1px solid #777;
padding-left: 4px;
padding-right: 4px;
}
.styled-table th {
text-align: left;
}
.page-section {
border: 1px solid #777;
padding: 4px;
}
.action-success {
color: green;
}
.action-failure {
color: red;
}