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

update icons everywhere to be scoped per other components, fix broken elements on js docs page

This commit is contained in:
Mark Otto
2012-01-30 22:57:00 -08:00
parent 31911659a2
commit 47a68ae3aa
10 changed files with 571 additions and 568 deletions
+3 -3
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;