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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Wrap your styles in a media query, like bootstrap does:
|
|||
|
|