aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/helpers.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html
index 9b7223740..fa7a99fc0 100644
--- a/docs/_includes/css/helpers.html
+++ b/docs/_includes/css/helpers.html
@@ -54,17 +54,6 @@
<button type="button" class="close"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
{% endhighlight %}
-
- <h3 id="helper-classes-carets">Carets</h3>
- <p>Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in <a href="../components/#btn-dropdowns-dropup">dropup menus</a>.</p>
- <div class="bs-example">
- <span class="caret"></span>
- </div>
-{% highlight html %}
-<span class="caret"></span>
-{% endhighlight %}
-
-
<h3 id="helper-classes-floats">Quick floats</h3>
<p>Float an element to the left or right with a class. <code>!important</code> is included to avoid specificity issues. Classes can also be used as mixins.</p>
{% highlight html %}