once more, overhaul the icons and use the css regex selector on our icons

This commit is contained in:
Mark Otto
2012-01-30 23:24:35 -08:00
parent de994efac7
commit d533310bd2
8 changed files with 300 additions and 300 deletions

View File

@@ -564,14 +564,14 @@ form.well {
.the-icons {
margin-bottom: 18px;
}
.the-icons .i {
.the-icons i {
display: block;
margin-bottom: 5px;
}
.the-icons .i:hover {
.the-icons i:hover {
background-color: rgba(255,0,0,.25);
}
.the-icons .i:after {
.the-icons i:after {
display: block;
content: attr(class);
font-style: normal;