mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
Undo clever gradient backgrounds for the WP welcome badge. Doesn't degrade well in Android and possibly other browsers. props Chexee, see #11651.
git-svn-id: https://develop.svn.wordpress.org/trunk@19366 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4844,18 +4844,16 @@ input.button-highlighted,
|
||||
}
|
||||
.wp-badge {
|
||||
padding-top: 142px;
|
||||
height: 37px;
|
||||
width: 160px;
|
||||
height: 50px;
|
||||
width: 173px;
|
||||
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
||||
margin: 0 -5px;
|
||||
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 20px, center center;
|
||||
background: url('../images/wp-badge.png?ver=20111120') no-repeat;
|
||||
}
|
||||
.about-wrap .wp-badge {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user