Fix repo (#55)

* Fix option is an empty string

* Fix test

* Add hr style #54

* Tweak hr style
This commit is contained in:
cinwell.li 2017-01-13 23:05:05 +08:00 committed by GitHub
commit 69e500bd33
4 changed files with 14 additions and 3 deletions

View file

@ -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%;