From 121615ceba7845faf7384ac8d5fa1975f84c9583 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Aug 2015 16:31:28 -0700 Subject: dropdown fixes and dropdown docs tweaks --- docs/components/dropdowns.md | 10 ++++------ docs/dist/css/bootstrap.css | 2 +- docs/dist/css/bootstrap.css.map | 2 +- docs/dist/css/bootstrap.min.css | 2 +- docs/dist/css/bootstrap.min.css.map | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 4cbd6bf8b..0d26e3500 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -13,10 +13,10 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and ## Example -Wrap the dropdown's trigger and the dropdown menu within `.dropdown`, or another element that declares `position: relative;`. Then add the menu's HTML. +Wrap the dropdown's trigger and the dropdown menu within `.dropdown`, or another element that declares `position: relative;`. Then, add the menu's HTML. {% example html %} -