浏览代码

Redhill: Prevent list items from overflowing parent wrappers.

Allan Cole 6 年之前
父节点
当前提交
8e46d6b217
共有 2 个文件被更改,包括 6 次插入4 次删除
  1. 3 2
      redhill/style-rtl.css
  2. 3 2
      redhill/style.css

+ 3 - 2
redhill/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "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
redhill/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ul,
 ol {
 ol {
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "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 {