From 8582659d5ced017aa50c03cf59594daccdf7073d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 14:23:34 -0700 Subject: Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after --- docs/_includes/css/helpers.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/_includes/css/helpers.html') 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 @@ {% endhighlight %} - -

Carets

-

Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.

-
- -
-{% highlight html %} - -{% endhighlight %} - -

Quick floats

Float an element to the left or right with a class. !important is included to avoid specificity issues. Classes can also be used as mixins.

{% highlight html %} -- cgit v1.2.3