fix list display on chrome

pull/4358/head
Matthew Hooker 9 years ago
parent 35694dce61
commit 9be849cdfa
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -197,19 +197,22 @@ 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…
Cancel
Save