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:
Nikolay Bachiyski 2010-05-27 11:47:53 +00:00
parent de9e77a9c6
commit 90fe7977bc
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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