I applied some styles to the twitter bootstrap navbar, and then realised I didn’t want these on the collapsed version. I first looked for some applied class to differentiate between a collapsed and uncollapsed bar, but I can’t find one. I am going to try to use JS to add a class conditionally … is there a better way to do this?
I applied some styles to the twitter bootstrap navbar, and then realised I didn’t
Share
Wrap your styles in a media query, like bootstrap does: