From f9a47e3a5fc1f91f041f2d8cb264f1d5af142126 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 12:42:37 -0800 Subject: Refine containers and navbars * Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars --- less/tests/navbar-fixed-top.html | 2 +- less/tests/navbar-static-top.html | 2 +- less/tests/navbar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'less/tests') diff --git a/less/tests/navbar-fixed-top.html b/less/tests/navbar-fixed-top.html index 46a59ec69..9acf367e1 100644 --- a/less/tests/navbar-fixed-top.html +++ b/less/tests/navbar-fixed-top.html @@ -75,7 +75,7 @@

Navbar example

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

- View navbar docs » + View navbar docs »

diff --git a/less/tests/navbar-static-top.html b/less/tests/navbar-static-top.html index 037f4e821..52928e464 100644 --- a/less/tests/navbar-static-top.html +++ b/less/tests/navbar-static-top.html @@ -78,7 +78,7 @@

Navbar example

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

- View navbar docs » + View navbar docs »

diff --git a/less/tests/navbar.html b/less/tests/navbar.html index 5129a84f8..3240aff8f 100644 --- a/less/tests/navbar.html +++ b/less/tests/navbar.html @@ -78,7 +78,7 @@

Navbar example

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

- View navbar docs » + View navbar docs »

-- cgit v1.2.3