mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-03 12:57:46 +00:00
18 lines
171 B
CSS
18 lines
171 B
CSS
table {
|
|
background: white;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.header-row {
|
|
background: white;
|
|
}
|
|
|
|
td {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|