Automatically fetch extra styles
This commit is contained in:
parent
15a1e63122
commit
d6592fd409
2 changed files with 14 additions and 0 deletions
|
@ -60,6 +60,15 @@ table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
border-color: #c9d1d9;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue