is it nearby this? I get no joy btw its just what I’m mucking around with. ~am wondering if I’m at least close ??
.navbar-inner {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: white;
background-image: -moz-linear-gradient(top, white, white);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
background-image: -webkit-linear-gradient(top, white, white;
background-image: -o-linear-gradient(top, white, white);
background-image: linear-gradient(to bottom, white, white);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffffffff’ , endColorstr=’#ffffffff” , GradientType=0);
border: 0px solid lightgray;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
*zoom: 1;
}