Created by: desandro
Teeny tiny change.
.progress .bar {
height: 100%
}
This way, you can have progress bars of variable height on .progress
and not have to overwrite .progress .bar
as well
Created by: desandro
Teeny tiny change.
.progress .bar {
height: 100%
}
This way, you can have progress bars of variable height on .progress
and not have to overwrite .progress .bar
as well