浏览代码

Rockfield: Prevent list items from overflowing parent wrappers.

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

+ 3 - 2
rockfield/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: Lora, Baskerville, Georgia, Times, 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
rockfield/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: Lora, Baskerville, Georgia, Times, 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 {