Selaa lähdekoodia

Exford: Prevent list item markers from overflowing parent wrappers.

Allan Cole 6 vuotta sitten
vanhempi
commit
50d0fbf6f2
2 muutettua tiedostoa jossa 6 lisäystä ja 4 poistoa
  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,
 ol {
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", 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
exford/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", 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 {