]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
combine
authorMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:34:24 +0000 (19:34 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:34:24 +0000 (19:34 -0700)
docs/4.0/utilities/display.md

index 8b4d424bbc99f68884c29ade088140bd2a8100c0..610934a500e360734ee792967fbdc32ed6bfa9aa 100644 (file)
@@ -30,9 +30,7 @@ Where *display* is one of:
 * `flex`
 * `inline-flex`
 
-The media queries effect screen widths with the given breakpoint *or larger*.
-
-For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens.
+The media queries effect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens.
 
 ## Examples