aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 23:24:35 -0800
committerMark Otto <[email protected]>2012-01-30 23:24:35 -0800
commitd533310bd2fa157edb076f9047af8f1cff0fca05 (patch)
treea93bb202d20c116719a63f46e11eb713c90683fa /docs/assets
parentde994efac76aa9f3955c150115ff3ea75d084c1c (diff)
downloadbootstrap-d533310bd2fa157edb076f9047af8f1cff0fca05.tar.xz
bootstrap-d533310bd2fa157edb076f9047af8f1cff0fca05.zip
once more, overhaul the icons and use the css regex selector on our icons
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/bootstrap.zipbin52270 -> 52284 bytes
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--docs/assets/css/docs.css6
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 483251b92..61babf125 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e1413d440..2fe20c332 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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 {
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 9d07f3c44..cc64d3166 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;