Jelajahi Sumber

Exford: Prevent list item markers from overflowing parent wrappers.

Allan Cole 6 tahun lalu
induk
melakukan
50d0fbf6f2
2 mengubah file dengan 6 tambahan dan 4 penghapusan
  1. 3 2
      exford/style-rtl.css
  2. 3 2
      exford/style.css

+ 3 - 2
exford/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
+	list-style-position: inside;
 	margin: 0 16px 0 0;
 	margin: 0 16px 0 0;
 	padding: 0;
 	padding: 0;
 }
 }
 
 
 ul {
 ul {
-	list-style: disc;
+	list-style-type: disc;
 }
 }
 
 
 ol {
 ol {
-	list-style: decimal;
+	list-style-type: decimal;
 }
 }
 
 
 dt {
 dt {

+ 3 - 2
exford/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
+	list-style-position: inside;
 	margin: 0 0 0 16px;
 	margin: 0 0 0 16px;
 	padding: 0;
 	padding: 0;
 }
 }
 
 
 ul {
 ul {
-	list-style: disc;
+	list-style-type: disc;
 }
 }
 
 
 ol {
 ol {
-	list-style: decimal;
+	list-style-type: decimal;
 }
 }
 
 
 dt {
 dt {