]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove blank line
authorysds <ysds.code@gmail.com>
Wed, 13 Dec 2017 23:41:05 +0000 (08:41 +0900)
committerMark Otto <markd.otto@gmail.com>
Thu, 28 Dec 2017 18:21:14 +0000 (10:21 -0800)
docs/4.0/components/dropdowns.md

index f2c2de873f0ecd4b554928060ac3d161422867b9..4bec2986aca487231a435762ad8c4dbc7f5ad603 100644 (file)
@@ -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>