It seems the the small variant was indeed the culprate. The problem is sorted now with the following code..
Code:
div.navbar {
background-color:green;
padding:5px 0;
}
#nav ul {
list-style-type:none;
padding:5px 0;
margin: 0 0 0 15px;
}
#nav li {
display:inline;
Leave a comment: