From 4d5243674a0a236af2ff218da1decaafbdeaa719 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 13:51:20 -0700 Subject: [PATCH] remove deprecated warnings from docs --- docs/_includes/components/dropdowns.html | 4 ---- docs/_includes/components/navs.html | 19 +++++++++++++++++++ docs/_includes/css/helpers.html | 1 - docs/_includes/css/responsive-utilities.html | 2 -- docs/_includes/js/modal.html | 12 ------------ 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 4462900ef9..eabfd9ca73 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -40,10 +40,6 @@

May require additional positioning

Dropdowns are automatically positioned via CSS within the normal flow of the document. This means dropdowns may be cropped by parents with certain overflow properties or appear out of bounds of the viewport. Address these issues on your own as they arise.

-
-

Deprecated .pull-right alignment

-

As of v3.1.0, we've deprecated .pull-right on dropdown menus. To right-align a menu, use .dropdown-menu-right. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use .dropdown-menu-left.

-
{% highlight html %}