less - how to use background image in twitter boostrap navbar? -


I have the experience of successfully optimizing the Twitter Bootstrap navbar color. Now I use an image as a navbar background So I could play more with the Naubar Bar ..

But when I put the CSS "background: url (/img/navbar-bg.png) repeat-x;" Navbar-inside .. it does not work, why do anyone know?

If you do this then it should work.

  .navbar- Internal {background-image: url ('navbar-bg.png'); Double-repeat: repeat-x; }   

Demo:

Comments