Move the password strength image out of css and into an images folder.

This commit is contained in:
Chad Kieffer
2009-11-14 13:23:23 -07:00
parent 670629fe10
commit d29d339ea0
2 changed files with 2 additions and 3 deletions

View File

@@ -12,9 +12,8 @@
}
li.g-group {
float: left;
display: block;
width: 200px;
width: 100%;
border: 1px solid gray;
padding: 0;
margin: 0 1em 1em 0;
@@ -56,7 +55,7 @@ li.g-default-group h4, li.g-default-group .g-user {
}
.g-password-strength0 {
background: url(progressImg1.png) no-repeat 0 0;
background: url(../images/progressImg1.png) no-repeat 0 0;
width: 138px;
height: 7px;
}

View File

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 390 B