Revert "Merge pull request #4358 from mitchellh/listfix"

This reverts commit 7e2e3f4a36, reversing
changes made to cb29e1e870.
This commit is contained in:
Matthew Hooker 2017-01-05 11:37:20 -08:00
parent 7e2e3f4a36
commit 209d5f0689
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 10 additions and 13 deletions

View File

@ -197,22 +197,19 @@ header .header {
}
}
ul, ol {
list-style-position: inside;
margin-top: $baseline;
margin-left: 20px;
margin-right: 20px;
ul, ol {
list-style-position: inside;
margin-top: $baseline;
margin-left: 20px;
margin-right: 20px;
li {
font-family: $serif;
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
p {
display: inline;
li {
font-family: $serif;
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
}
}
}
ul {
list-style-type: circle;