mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 16:15:31 +01:00
Fix invalid border-radius css, props Simek, fixes #10500 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
97027f3abe
commit
0e582fb956
@ -68,7 +68,7 @@ div.star img {
|
||||
border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
border-top-bottom-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
#plugin-information .action-button a {
|
||||
@ -110,7 +110,7 @@ div.star img {
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
border-top-bottom-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
#plugin-information .fyi li {
|
||||
|
Loading…
x
Reference in New Issue
Block a user