Give selectors their own lines. see #19126.

git-svn-id: https://develop.svn.wordpress.org/trunk@19169 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-05 05:15:17 +00:00
parent 8cca809427
commit cbbdd10c0e
2 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,8 @@
float: left;
}
#wpadminbar ul li:last-child, #wpadminbar ul li:last-child a {
#wpadminbar ul li:last-child,
#wpadminbar ul li:last-child a {
border-left: 0;
}

View File

@ -286,7 +286,8 @@
float: right;
}
#wpadminbar ul li:last-child, #wpadminbar ul li:last-child a {
#wpadminbar ul li:last-child,
#wpadminbar ul li:last-child a {
border-right: 0;
}