.meter-wrap{
margin: 0 auto 1em auto;
position: relative;
}
.meter-wrap, .meter-value, .meter-text {
/* The width and height of your image */
width: 155px; height: 30px;
}
.meter-wrap, .meter-value{
[...]
.meter-wrap{
margin: 0 auto 1em auto;
position: relative;
}
.meter-wrap, .meter-value, .meter-text {
/* The width and height of your image */
width: 155px; height: 30px;
}
.meter-wrap, .meter-value{
[...]
Note: this post has been moved from the yosle.com blog, which I am in the process of taking down.
Round corners. Something that should be easy, right? Not so much. It seems they were left out of the CSS (less than 3) specification. No matter, there are a couple of ways to hack them out and [...]