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:
Helen Hou-Sandi 2013-03-02 17:47:48 +00:00
parent ec3fda3cc1
commit aae1d4ef75
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}