2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+2 -2
View File
@@ -1112,7 +1112,7 @@ table .span12 {
width: 924px;
margin-left: 0;
}
.i {
[class*="i-"] {
display: inline-block;
width: 14px;
height: 14px;
@@ -1122,7 +1122,7 @@ table .span12 {
background-repeat: no-repeat;
*margin-right: .3em;
}
.i:last-child {
[class*="i-"]:last-child {
*margin-left: 0;
}
.i-white {