mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
once more, overhaul the icons and use the css regex selector on our icons
This commit is contained in:
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user