overhaul
This commit is contained in:
parent
590c12769e
commit
80a8975c97
8 changed files with 85 additions and 45 deletions
|
@ -104,6 +104,10 @@ tr { border-bottom: 1px dotted $tr-rule; }
|
|||
table.bordered { border-collapse: collapse; margin: 1em 0; }
|
||||
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
|
||||
|
||||
details { margin-top: 1em; padding: 0.5em; background-color: #fff; }
|
||||
|
||||
details[open] summary { margin-bottom: 1em; }
|
||||
|
||||
:target { color: #5151ff; background-color: yellow; }
|
||||
|
||||
.non_full { width: auto; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue