@@ -1604,16 +1604,17 @@ img {
ul,
ol {
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
+ list-style-position: inside;
margin: 0 16px 0 0;
padding: 0;
}
ul {
- list-style: disc;
+ list-style-type: disc;
- list-style: decimal;
+ list-style-type: decimal;
dt {
margin: 0 0 0 16px;