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: http://svn.automattic.com/wordpress/trunk@19366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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