Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-01-21 03:02:48 +0400
committerChris Rebert <github@rebertia.com>2014-01-21 03:02:48 +0400
commitf4a916d35172e1f877dd88725052f6798d6a64ce (patch)
tree6026ef79e43a86738bbf118734baebd9d1812cff /docs/components.html
parent4ec861316f88f7af67453aea3d78e04c7462e62d (diff)
upgrade #callout-navbar-overflow from info to warning
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 0250f191d4..3dc7738537 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1254,7 +1254,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<h2 id="navbar-default">Default navbar</h2>
<p>Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.</p>
- <div class="bs-callout bs-callout-info" id="callout-navbar-overflow">
+ <div class="bs-callout bs-callout-warning" id="callout-navbar-overflow">
<h4>Overflowing content</h4>
<p>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:</p>
<ol type="a">