This commit is contained in:
Vanessa 2017-09-21 22:16:19 +08:00
parent 239c9a5ef2
commit ffcd0be244
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.0.0, Sep 21, 2017 * @version 1.2.0.1, Sep 21, 2017
*/ */
/* start reset */ /* start reset */
html { html {
@ -119,6 +119,7 @@ ol, ul {
ol ol, ul ul, ol ol, ul ul,
ul ol, ol ul { ul ol, ol ul {
padding-left: 2em; padding-left: 2em;
margin-bottom: 0;
} }
dl dt { dl dt {

File diff suppressed because one or more lines are too long