Since we're dealing with a huge password meter, don't bold half of the result strings unnecessarily. see #25603.
git-svn-id: https://develop.svn.wordpress.org/trunk@25847 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
476e4a4778
commit
c85914b57e
|
@ -5960,6 +5960,7 @@ h2 .nav-tab {
|
||||||
.about-wrap .about-password-meter #pass-strength-result {
|
.about-wrap .about-password-meter #pass-strength-result {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
|
font-weight: normal !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 17px 0;
|
padding: 17px 0;
|
||||||
|
|
Loading…
Reference in New Issue