Fix repo (#55)
* Fix option is an empty string * Fix test * Add hr style #54 * Tweak hr style
This commit is contained in:
parent
000a1fcdf0
commit
69e500bd33
4 changed files with 14 additions and 3 deletions
|
|
@ -287,6 +287,12 @@ body.sticky {
|
|||
}
|
||||
}
|
||||
|
||||
.markdown-section hr {
|
||||
border: none;
|
||||
margin: 2em 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.markdown-section table {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue