From 8ce867efc035090ef94ef2e08b56f89262fab678 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 31 Mar 2016 13:38:26 +0200 Subject: [PATCH] Updated Bootstrap Caveats (markdown) --- Bootstrap-Caveats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap-Caveats.md b/Bootstrap-Caveats.md index a720a9f..92e1186 100644 --- a/Bootstrap-Caveats.md +++ b/Bootstrap-Caveats.md @@ -2,7 +2,7 @@ * [Use of `.fa-fw` and `.fa-border` on the same icon](#use-of-fa-fw-and-fa-border-on-the-same-icon) ([#8309](https://github.com/FortAwesome/Font-Awesome/issues/8309)) * [Icon placement when used in input with feedback](#icon-placement-when-used-in-input-with-feedback) ([#4313](https://github.com/FortAwesome/Font-Awesome/issues/4313)) -### Use of `.fa-fw` and `.fa-border` on the same icon +#### Use of `.fa-fw` and `.fa-border` on the same icon Please add to your stylesheet: ```css .fa-fw.fa-border { @@ -10,7 +10,7 @@ Please add to your stylesheet: } ``` -### Icon placement when used in input with feedback +#### Icon placement when used in input with feedback Use this markup: ```html