From: Chris Rebert Date: Mon, 20 Jan 2014 23:05:25 +0000 (-0800) Subject: nitpick phrasing X-Git-Tag: v3.1.0~35^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50000b593046f6609b6ae31140d448048aeebf0e;p=thirdparty%2Fbootstrap.git nitpick phrasing --- diff --git a/docs/components.html b/docs/components.html index 3dc7738537..2f562908c4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1259,7 +1259,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Since Bootstrap doesn't know how much space the content in your navbar needs, you might run into issues with content wrapping into a second row. To resolve this, you can:

  1. Reduce the amount or width of navbar items.
  2. -
  3. Hide certain navbar items on certain screen sizes using responsive utility classes.
  4. +
  5. Hide certain navbar items at certain screen sizes using responsive utility classes.
  6. Change the point at which your navbar switches between collapsed and horizontal mode. Customize the @grid-float-breakpoint variable or add your own media query.