简体   繁体   English

twitter-bootstrap-rails gem如何使导航栏不折叠?

[英]twitter-bootstrap-rails gem how to make navbar not collapsable?

I am using the twitter-bootstrap-rails gem, the navbar is collapsable by default, and that's really annoying. 我使用的是twitter-bootstrap-rails gem,默认情况下导航栏是可折叠的,这确实很烦人。 So, how do I remove this feature entirely? 那么,如何完全删除此功能?

What exactly do I have to put in the bootstrap_and_override.css.less to make it not collapsable? 为了使它不可折叠,我到底需要放入bootstrap_and_override.css.less中的什么?

Just inspect the page with any tool Viz. 只需使用任何工具Viz检查页面。 Firebug and note down the classes,id's produced by bootstrap. Firebug并记下引导程序生成的类ID。 Finally put those in your style sheet and tweak as you wanted, you got your bootstrap changed. 最后,将它们放在样式表中,并根据需要进行调整,即可更改引导程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM