Is it good practice to include an image for a logo inside of a bootstrap 3 
navbar?  The problem I'm having is that the logo is higher than the menu and my 
menu items are aligning vertically at the top which looks funny.  (this is on 
our intranet so I can't send a link).  I've tried to google how to style it, 
but I am not finding the correct class.  Any ideas?   It's been awhile since 
I've posted here, are we allowed to attach screenshots?

Here is my code:

<div class="container">
        <div class="navbar navbar-rccu">
            <div class="container-fluid">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" 
data-toggle="collapse" data-target=".navbar-collapse">
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="http://xxx.xxxxx.com";><img 
src="~/Content/images/rccuLogo.jpg" alt="Logo" style="height:65px;" /></a>
            </div>
            <div class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
                    <li>@Html.ActionLink("Home", "Index", "Home")</li>          
          
                </ul>
            </div>
            </div>
        </div>
    </div>    

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to