From 18453f06f9c7a3dddfc5b12ee299076083835cac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 12:27:18 -0800 Subject: [PATCH] flexbox this thing - drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space --- docs/examples/navbar/all-navbars.html | 53 +++-------- scss/_navbar.scss | 123 +++++--------------------- 2 files changed, 33 insertions(+), 143 deletions(-) diff --git a/docs/examples/navbar/all-navbars.html b/docs/examples/navbar/all-navbars.html index 61ad5f7396..864d95c40b 100644 --- a/docs/examples/navbar/all-navbars.html +++ b/docs/examples/navbar/all-navbars.html @@ -22,10 +22,8 @@