css-bootstrap/secure-pass.css
authorKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:49:04 +0000 (13:49 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:49:04 +0000 (13:49 +0800)
css-bootstrap/secure-pass.css

index feb3608..ae32f92 100644 (file)
@@ -1,6 +1,6 @@
 .password-meter-grey {
     background: lightgrey; /* For browsers that do not support gradients */
-    height: '10px';
+    height: 10px;
 }
 
 .password-meter {
 
 .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;     
 }