I am using twitter-bootstrap. I was wondering how you put an icon in front of the brand name. Somehow the icon also seems like it is a lot smaler than the text. How can this be fixed so it looks good?
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<i class="icon-signal icon-white"></i>
<a class="brand" href="#">Internett</a>
</div>
</div>