Give tables borders
This commit is contained in:
parent
2997f89b0b
commit
67dbbc92c1
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@ body.content {
|
||||||
code {
|
code {
|
||||||
white-space: inherit !important;
|
white-space: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse !important;
|
||||||
|
border: 1px solid black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border: 1px solid black !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.footer, body.header {
|
body.footer, body.header {
|
||||||
|
|
Reference in a new issue