Просмотр исходного кода

Stratford: Prevent list items from overflowing parent wrappers.

Allan Cole 6 лет назад
Родитель
Сommit
4a389f4b98
2 измененных файлов с 6 добавлено и 4 удалено
  1. 3 2
      stratford/style-rtl.css
  2. 3 2
      stratford/style.css

+ 3 - 2
stratford/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: "Lato", 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 {

+ 3 - 2
stratford/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: "Lato", 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 {