]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
new docs css for new icons
authorMark Otto <otto@github.com>
Tue, 6 Nov 2012 02:40:00 +0000 (18:40 -0800)
committerMark Otto <otto@github.com>
Tue, 6 Nov 2012 02:40:00 +0000 (18:40 -0800)
docs/assets/css/docs.css

index 119a30528e58d1c9676e5e7902fbb90af2b1cd2d..adc8b306426768b34eea01a15a9db7b37ce1aed1 100644 (file)
@@ -544,7 +544,11 @@ h2 + .row {
   width: 25%;
   line-height: 25px;
 }
-.the-icons i:hover {
+.the-icons [class^="icon-"] {
+  vertical-align: middle;
+  margin-right: 3px;
+}
+.the-icons li:hover [class^="icon-"] {
   background-color: rgba(255,0,0,.25);
 }