Don't make ordered lists in help tabs look like bulleted lists. props ninnypants. fixes #23659.
git-svn-id: https://develop.svn.wordpress.org/trunk@23583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ec3fda3cc1
commit
aae1d4ef75
|
@ -1365,7 +1365,7 @@ form.upgrade .hint {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-tab-content li {
|
.help-tab-content ul li {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue