From b810f8a49606adc513c265e51732ef08699fe71e Mon Sep 17 00:00:00 2001 From: KH Lau Date: Thu, 23 Nov 2017 13:49:04 +0800 Subject: [PATCH] css-bootstrap/secure-pass.css --- css-bootstrap/secure-pass.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css-bootstrap/secure-pass.css b/css-bootstrap/secure-pass.css index feb3608941..ae32f9275e 100644 --- a/css-bootstrap/secure-pass.css +++ b/css-bootstrap/secure-pass.css @@ -1,6 +1,6 @@ .password-meter-grey { background: lightgrey; /* For browsers that do not support gradients */ - height: '10px'; + height: 10px; } .password-meter { @@ -15,27 +15,27 @@ .password-meter-tooweek { background: lightgrey; - height: '10px'; + height: 10px; } .password-meter-weak { background: red; - height: '10px'; + height: 10px; } .password-meter-medium { background: yellow; - height: '10px'; + height: 10px; } .password-meter-strong { background: green; - height: '10px'; + height: 10px; } .password-meter-text { padding-bottom:5px; margin-bottom:5px; font-size: 12px; - height: '10px'; + height: 10px; } -- 2.39.2