Revert [17327] and [15858]. Props markmcwilliams, JohnONolan, et al. see #16298 #8352

git-svn-id: https://develop.svn.wordpress.org/trunk@17347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-01-22 03:25:29 +00:00
parent 9a0960f97a
commit a73eee9c84
17 changed files with 39 additions and 38 deletions

View File

@@ -28,7 +28,7 @@ function wpmu_activate_stylesheet() {
#submit, #key { width: 90%; font-size: 24px; }
#language { margin-top: .5em; }
.error { background: #f66; }
span.h3 { padding: 0 8px; font-size: 1.3em; font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
span.h3 { padding: 0 8px; font-size: 1.3em; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
</style>
<?php
}