Skip to content

Commit

Permalink
nested list item
Browse files Browse the repository at this point in the history
  • Loading branch information
NorikDavtian committed May 26, 2014
1 parent d4987b7 commit 1d146ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style.css
Expand Up @@ -78,7 +78,7 @@ sub{top:.5ex}
dl{margin-bottom:24px}
dt{font-weight:700}
dd{margin-bottom:24px}
ol,ul{margin:0 0 24px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ol,ul{margin:0 0 24px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style-position: inside;}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin:0 0 0 20px}
Expand Down Expand Up @@ -1174,7 +1174,7 @@ figure.alignright figcaption{
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul{
padding: 0 0 0 0.5em;
padding: 0 0 0 20px;
margin: 0;
}
.site-content blockquote p{
Expand Down Expand Up @@ -1921,10 +1921,6 @@ h2:hover a.anchor{
#commentform li{
list-style: none;
}
#comment-list ul,
#comment-list ol{
margin-left: 25px;
}
.comment-body{
float: left;
width: 100%;
Expand Down

0 comments on commit 1d146ce

Please sign in to comment.