Show discs as leading list characters in contextual help messages. The global style is list-style-type: none;
git-svn-id: https://develop.svn.wordpress.org/trunk@14988 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
de9e77a9c6
commit
90fe7977bc
File diff suppressed because one or more lines are too long
@ -2544,6 +2544,11 @@ fieldset {
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
#contextual-help-wrap li {
|
||||
list-style-type: disc;
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
#screen-meta a.show-settings {
|
||||
text-decoration: none;
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user