Fix a CSS typo from [29625]. see #28946.
Built from https://develop.svn.wordpress.org/trunk@29626 git-svn-id: http://core.svn.wordpress.org/trunk@29400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e8b9a78ca
commit
c6527579da
|
@ -622,7 +622,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
tablenav .view-switch {
|
||||
.tablenav .view-switch {
|
||||
float: left;
|
||||
margin: 5px 8px 0 16px;
|
||||
}
|
||||
|
|
|
@ -622,7 +622,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
tablenav .view-switch {
|
||||
.tablenav .view-switch {
|
||||
float: right;
|
||||
margin: 5px 16px 0 8px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue