aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 14:23:34 -0700
committerMark Otto <[email protected]>2014-07-08 14:23:34 -0700
commit8582659d5ced017aa50c03cf59594daccdf7073d (patch)
treeed4ea1dabfeede75d3a0ed2fe3a3b27d9b8f4fba /docs/_includes/css
parentb33b208ce1398752fc8342ce995d504419942c18 (diff)
downloadbootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.tar.xz
bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.zip
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
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 %}