Skip to content

Commit 05e277a

Browse files
committed
💄 优化ppt模型下列表的展示
1 parent f140bad commit 05e277a

File tree

1 file changed

+4
-2
lines changed
  • Resources/DownView.bundle/ppt/dist/theme

1 file changed

+4
-2
lines changed

Resources/DownView.bundle/ppt/dist/theme/common.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,15 @@
134134
.reveal ul {
135135
display: inline-block;
136136
text-align: left;
137-
margin: 0.6em 0 0 1em;
137+
margin: 0 0 1em 1.2em;
138138
padding-left: 0px;
139139
}
140140

141+
141142
.reveal ol {
143+
list-style-position: inside;
142144
list-style-type: decimal;
143-
padding-left: 16px;
145+
margin: 0 0 1em 0.5em;
144146
}
145147

146148
.reveal ul {

0 commit comments

Comments
 (0)