try to fix table styling
This commit is contained in:
parent
8dce109fdc
commit
c68d6b87b4
1 changed files with 8 additions and 0 deletions
|
|
@ -156,3 +156,11 @@ code {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue