From bb639cd771b431825cca5fd207b90613acd5c28c Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 18 Feb 2016 11:58:30 +0100 Subject: [PATCH] Move issue number to index --- Bootstrap-Caveats.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Bootstrap-Caveats.md b/Bootstrap-Caveats.md index 3b21e52..a720a9f 100644 --- a/Bootstrap-Caveats.md +++ b/Bootstrap-Caveats.md @@ -1,6 +1,6 @@ ### Index -* [Use of `.fa-fw` and `.fa-border` on the same icon](#use-of-fa-fw-and-fa-border-on-the-same-icon) -* [Icon placement when used in input with feedback](#icon-placement-when-used-in-input-with-feedback) +* [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 Please add to your stylesheet: @@ -10,8 +10,6 @@ Please add to your stylesheet: } ``` -Refers to: [#8309](https://github.com/FortAwesome/Font-Awesome/issues/8309) - ### Icon placement when used in input with feedback Use this markup: ```html @@ -24,4 +22,3 @@ Use this markup: ``` -Refers to: [#4313](https://github.com/FortAwesome/Font-Awesome/issues/4313)