kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Make table header font size the same as content
rodzic
09204cb43f
commit
3cc6586695
|
@ -39,13 +39,13 @@ section.content {
|
||||||
|
|
||||||
/* table related */
|
/* table related */
|
||||||
.watch-table {
|
.watch-table {
|
||||||
width: 100%; }
|
width: 100%;
|
||||||
|
font-size: 80%; }
|
||||||
.watch-table tr.unviewed {
|
.watch-table tr.unviewed {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
.watch-table .error {
|
.watch-table .error {
|
||||||
color: #a00; }
|
color: #a00; }
|
||||||
.watch-table td {
|
.watch-table td {
|
||||||
font-size: 80%;
|
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
.watch-table td.title-col {
|
.watch-table td.title-col {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|
|
@ -45,6 +45,7 @@ section.content {
|
||||||
/* table related */
|
/* table related */
|
||||||
.watch-table {
|
.watch-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 80%;
|
||||||
|
|
||||||
tr.unviewed {
|
tr.unviewed {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -55,7 +56,6 @@ section.content {
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
font-size: 80%;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue