Revert "Merge pull request #4358 from mitchellh/listfix"
This reverts commit7e2e3f4a36
, reversing changes made tocb29e1e870
.
This commit is contained in:
parent
7e2e3f4a36
commit
209d5f0689
|
@ -197,22 +197,19 @@ header .header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
margin-top: $baseline;
|
margin-top: $baseline;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-family: $serif;
|
font-family: $serif;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
line-height: (30/17) !important;
|
line-height: (30/17) !important;
|
||||||
margin-bottom: $baseline;
|
margin-bottom: $baseline;
|
||||||
p {
|
|
||||||
display: inline;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
|
|
Loading…
Reference in New Issue