better bootswatch support in case no css, thanks Paolo

This commit is contained in:
Massimo Di Pierro
2012-05-27 17:54:20 -05:00
parent f9e73987e2
commit 470f03f15a
4 changed files with 53 additions and 4 deletions
+13 -3
View File
@@ -67,7 +67,17 @@ li {margin-bottom: 0;} /*bootswatch*/
}
.icon-chevron-right {
margin-top:2px;
border-left: 4px solid #000;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
content: "";
display: inline-block;
height: 0;
opacity: 0.7;
vertical-align: top;
width: 0;
margin-right:-13px;
margin-top: 7px;
float:right;
background-image: url("../images/glyphicons-halflings.png");
}
}