updated vendor
This commit is contained in:
parent
deef91973c
commit
036bca3b76
3 changed files with 19 additions and 2 deletions
|
@ -29,13 +29,30 @@ iframe {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
strong del {
|
||||
/* font-weight: normal; */
|
||||
text-decoration: none;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
background-color: #fff9f9;
|
||||
border-left: 1px red solid;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
table:first-child {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
td:not([align]), th:not([align]) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201210022117-bb1565b1affc
|
||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201211002225-6435c3557fe8
|
||||
|
|
Loading…
Add table
Reference in a new issue