Just noticed in IE9 the page gets a top black border that should not
be there and is not there in FF / Chrome...any idea why???
Thank you, Tom

On Feb 6, 12:08 pm, tom12010 <[email protected]> wrote:
> Try this, remove the .fill class:
>
> .navbar-inner {
>   padding-left: 20px;
>   padding-right: 20px;
>   background-color: white; /* 2/2/12 was #2c2c2c; */
>     background-repeat: none; /*2/6/12 was repeat-x; */
>         -webkit-border-radius: 0px;
>         -moz-border-radius: 0px;
>         border-radius: 0px;
>         background-image:none; /* 2/6/12 required to avoid black border and
> gray border */
>         /* height:90px; */ /* 2/6/12 controls navbar height, required to
> avoid gray border, but if height is not spec'd then nav bar icon works
> correctly */
>
> }
>
> and please look athttp://visualwave.com/bootstrap/mls-fluid2.html,
> p'raps you can tell me why the gray line...
>
> HTH Tom

Reply via email to