提交 0fdf5226 编写于 作者: V Vijay Dev 提交者: GitHub

Merge pull request #24612 from vipulnsward/fix-li-ol-width

Selectively add `li ul, li ol { margin:0 1.5em; }` to subColl as needed
......@@ -16,7 +16,6 @@
.large {font-size: larger;}
.hide {display: none;}
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
......@@ -602,6 +601,8 @@ h6 {
font-weight: normal;
}
#subCol li ul, li ol { margin:0 1.5em; }
div.code_container {
background: #EEE url(../images/tab_grey.gif) no-repeat left top;
padding: 0.25em 1em 0.5em 48px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册