Преглед изворни кода

Coutoire: Prevent list item markers from overflowing parent wrappers.

Allan Cole пре 6 година
родитељ
комит
75a8b3c320
2 измењених фајлова са 6 додато и 4 уклоњено
  1. 3 2
      coutoire/style-rtl.css
  2. 3 2
      coutoire/style.css

+ 3 - 2
coutoire/style-rtl.css

@@ -1603,16 +1603,17 @@ img {
 ul,
 ol {
 	font-family: "Work Sans", 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
coutoire/style.css

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