Don't make ordered lists in help tabs look like bulleted lists. props ninnypants. fixes #23659.
git-svn-id: http://core.svn.wordpress.org/trunk@23583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ca7340c873
commit
299d23d31a
|
@ -1365,7 +1365,7 @@ form.upgrade .hint {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.help-tab-content li {
|
||||
.help-tab-content ul li {
|
||||
list-style-type: disc;
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue