如何增加此处找到的 twitter bootstrap 导航图标箭头的大小?
http://getbootstrap.com/javascript/#carousel
我尝试将以下 css 中的 width/height 属性从 30px 增加到 70px 但这不起作用
prev, .carousel-control .icon-next {
width: 70px;
height: 70px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;