فهرست منبع

Alves: Prevent list item markers from overflowing parent wrappers.

Allan Cole 6 سال پیش
والد
کامیت
9060be2c02
2فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 3 2
      alves/style-rtl.css
  2. 3 2
      alves/style.css

+ 3 - 2
alves/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: "Karla", Arial, sans-serif;
 	font-family: "Karla", Arial, sans-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
alves/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: "Karla", Arial, sans-serif;
 	font-family: "Karla", Arial, sans-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 {