Alves: Prevent list item markers from overflowing parent wrappers.

This commit is contained in:
Allan Cole 2019-08-23 17:31:47 -04:00
parent 7699afeb21
commit 9060be2c02
2 changed files with 6 additions and 4 deletions

View file

@ -1604,16 +1604,17 @@ img {
ul,
ol {
font-family: "Karla", Arial, sans-serif;
list-style-position: inside;
margin: 0 16px 0 0;
padding: 0;
}
ul {
list-style: disc;
list-style-type: disc;
}
ol {
list-style: decimal;
list-style-type: decimal;
}
dt {

View file

@ -1604,16 +1604,17 @@ img {
ul,
ol {
font-family: "Karla", Arial, sans-serif;
list-style-position: inside;
margin: 0 0 0 16px;
padding: 0;
}
ul {
list-style: disc;
list-style-type: disc;
}
ol {
list-style: decimal;
list-style-type: decimal;
}
dt {