mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Show discs as leading list characters in contextual help messages. The global style is list-style-type: none;
git-svn-id: http://svn.automattic.com/wordpress/trunk@14988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8545387795
commit
eb878ada4b
File diff suppressed because one or more lines are too long
@ -2544,6 +2544,11 @@ fieldset {
|
|||||||
-webkit-border-bottom-right-radius: 3px;
|
-webkit-border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contextual-help-wrap li {
|
||||||
|
list-style-type: disc;
|
||||||
|
margin-left: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
#screen-meta a.show-settings {
|
#screen-meta a.show-settings {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user