This commit is contained in:
parent
a90a2e49e1
commit
524f52f882
4 changed files with 69 additions and 14 deletions
|
|
@ -95,7 +95,7 @@ kbd {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
li input[type=checkbox] {
|
||||
li input[type='checkbox'] {
|
||||
margin: 0 0.2em 0.25em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
@ -381,6 +381,10 @@ body.sticky {
|
|||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.markdown-section iframe {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.markdown-section table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue