Merge pull request #4358 from mitchellh/listfix
fix list display on chrome
This commit is contained in:
commit
7e2e3f4a36
|
@ -197,19 +197,22 @@ 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;
|
||||
li {
|
||||
font-family: $serif;
|
||||
font-size: 17px;
|
||||
line-height: (30/17) !important;
|
||||
margin-bottom: $baseline;
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
|
|
Loading…
Reference in New Issue