更改导航栏高度 [英] Change navbar height

查看:93
本文介绍了更改导航栏高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在为我的应用程序使用gae样板。
我想更改navbar组件的大小,但我没有找到属性来做。
我已经搜索了来自其他主题的响应,但我没有找到属性来改变css或更少的bootstrap文件中的高度。

I'm currently using the gae boilerplate for my application. I want to change the size of the navbar component but I don't find the attribute to do it. I have already searched the responses from others subjects but I don't find the attribute to change the height in the css or less bootstrap files.

谢谢

推荐答案

对于twitter启动,设置<$ c>的 height min-height 属性$ c> .navbar-inner 类。

For twitter bootstrap, set the height or min-height property of the .navbar-inner class.

例如:

.navbar-inner {
    height: 80px;  
}

FIDDLE

这篇关于更改导航栏高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆