aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-05 18:40:00 -0800
committerMark Otto <[email protected]>2012-11-05 18:40:00 -0800
commit33beb93e1bb6a9a7e5a7480fa19b32b60a88729d (patch)
tree980ca4dddc1651eda013e23c8561590ae983d0e8
parentb82bc97023183b7ed53a5a6d2872f64b2d378183 (diff)
downloadbootstrap-33beb93e1bb6a9a7e5a7480fa19b32b60a88729d.tar.xz
bootstrap-33beb93e1bb6a9a7e5a7480fa19b32b60a88729d.zip
new docs css for new icons
-rw-r--r--docs/assets/css/docs.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 119a30528..adc8b3064 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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);
}