Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
6214edf8d7
commit
68a8a56c5c
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@
|
||||||
th:empty {
|
th:empty {
|
||||||
display: none; /* This will make an empty header cell vanish */
|
display: none; /* This will make an empty header cell vanish */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table, th, td {
|
||||||
|
border: 2px solid white; /* 2px lines for cells and header */
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue