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:
Andrew Nacin
2011-11-20 18:59:49 +00:00
parent f4fe632477
commit a5a82ec053
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;