From 851acf3f33b8e8b3fe0440f4908f218ed3ad2c82 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 11 Sep 2013 22:58:07 -0700 Subject: add same accessibility warning from .form-inline to .navbar-form docs --- components.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index 81f0ae8d2..f107a1b09 100644 --- a/components.html +++ b/components.html @@ -1562,6 +1562,11 @@ base_url: "../" {% endhighlight %} +
+

Always add labels

+

Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the .sr-only class.

+
+

For buttons not residing in a <form>, add this class to vertically center buttons within a navbar.

-- cgit v1.2.3 From 3c6229c4358c48c3cb3de7f9bdc2e9ecd72a5488 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 12 Sep 2013 12:46:03 +0100 Subject: Added in list elements for dividers --- components.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index f107a1b09..db869a036 100644 --- a/components.html +++ b/components.html @@ -1441,7 +1441,9 @@ base_url: "../"
  • Action
  • Another action
  • Something else here
  • +
  • Separated link
  • +
  • One more separated link
  • @@ -1460,6 +1462,7 @@ base_url: "../"
  • Action
  • Another action
  • Something else here
  • +
  • Separated link
  • @@ -1491,7 +1494,9 @@ base_url: "../"
  • Action
  • Another action
  • Something else here
  • +
  • Separated link
  • +
  • One more separated link
  • @@ -1510,6 +1515,7 @@ base_url: "../"
  • Action
  • Another action
  • Something else here
  • +
  • Separated link
  • -- cgit v1.2.3 From 607b802d2fe8bcf536198d44dd1914212d3b208d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Sep 2013 15:49:53 -0700 Subject: fix #10732 --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index db869a036..e405df82d 100644 --- a/components.html +++ b/components.html @@ -2102,7 +2102,7 @@ body { padding-bottom: 70px; } -

    A lightweight, flexible component that can optional extend the entire viewport to showcase key content on your site. To make the jumbotron full width, don't include it within a .container. Placing it within a container will keep it at the width of the rest of your content and provide rounded corners.

    +

    A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site. To make the jumbotron full width, don't include it within a .container. Placing it within a container will keep it at the width of the rest of your content and provide rounded corners.

    -- cgit v1.2.3 From 68c6deebda40a2a7b6f5f668fc26340509765bf1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 20 Sep 2013 11:49:32 -0700 Subject: fix #10737 --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index e405df82d..e409e3d94 100644 --- a/components.html +++ b/components.html @@ -977,7 +977,7 @@ base_url: "../" {% highlight html %}
    @ - +
    -- cgit v1.2.3 From 5528c6501cd0f382289630665fa77394146ea68c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 26 Sep 2013 12:57:03 -0700 Subject: document that multiple navbars aren't supported by default; addresses #10824 --- components.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index e409e3d94..26756f481 100644 --- a/components.html +++ b/components.html @@ -1416,6 +1416,10 @@ base_url: "../"

    Customize the collapsing point

    Depending on the content in your navbar, you might need to 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.

    +
    +

    Multiple navbars require custom code

    +

    Multiple nearby navbars with dropdown menus are not supported by default. You will need to override the z-indexes of the dropdown menus yourself. Otherwise, the dropdown menu will display behind the other navbar.

    +