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:
nacin
2011-11-20 18:59:49 +00:00
parent 249cee46a3
commit 3374c6e672
8 changed files with 10 additions and 38 deletions

View File

@@ -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;