refactor job logs/comments [#145]
This commit is contained in:
@@ -4999,9 +4999,14 @@ table th {
|
||||
table.none {
|
||||
border: none !important;
|
||||
}
|
||||
table.none tr,
|
||||
table.none td,
|
||||
table.none th {
|
||||
table.none > tr > td,
|
||||
table.none > thead > tr > td,
|
||||
table.none > tbody > tr > td,
|
||||
table.none > tfoot > tr > td,
|
||||
table.none > tr > th,
|
||||
table.none > thead > tr > th,
|
||||
table.none > tbody > tr > th,
|
||||
table.none > tfoot > tr > th {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -567,9 +567,14 @@ table th {
|
||||
table.none {
|
||||
border: none !important;
|
||||
}
|
||||
table.none tr,
|
||||
table.none td,
|
||||
table.none th {
|
||||
table.none > tr > td,
|
||||
table.none > thead > tr > td,
|
||||
table.none > tbody > tr > td,
|
||||
table.none > tfoot > tr > td,
|
||||
table.none > tr > th,
|
||||
table.none > thead > tr > th,
|
||||
table.none > tbody > tr > th,
|
||||
table.none > tfoot > tr > th {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
|
||||
@@ -519,11 +519,13 @@ table {
|
||||
table.none {
|
||||
border: none !important;
|
||||
|
||||
tr, td, th {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
& > tr, & > thead > tr, & > tbody > tr, & > tfoot > tr {
|
||||
& > td, & > th {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user