aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2017-12-14 08:41:05 +0900
committerMark Otto <[email protected]>2017-12-28 10:21:14 -0800
commitb97cb2aa7442416ab35550f61daee76893fdc7ba (patch)
tree50199b679a951de448e1c8df81e373e7ef9c29aa
parent0b771174d5ab4f1c00824dda2681e27e7286bc64 (diff)
downloadbootstrap-b97cb2aa7442416ab35550f61daee76893fdc7ba.tar.xz
bootstrap-b97cb2aa7442416ab35550f61daee76893fdc7ba.zip
Remove blank line
-rw-r--r--docs/4.0/components/dropdowns.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index f2c2de873..4bec2986a 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -653,7 +653,6 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
Add `.active` to items in the dropdown to **style them as active**.
{% example html %}
-
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Regular link</a>
<a class="dropdown-item active" href="#">Active link</a>