Fixed CSS styling on nav menu so that items line up with the left and right margins of the page.

This commit is contained in:
chouseknecht 2013-10-12 23:06:19 -04:00
parent b8ad8184ef
commit 1677d953f5

View File

@ -231,10 +231,24 @@ dd {
text-align: justify;
}
.navbar-collapse {
padding-right: 0;
}
.nav >li >a:last-child {
padding-right: 0;
padding-left: 20px;
}
.navbar>.container .navbar-brand {
margin-left: -10px;
}
/* Using inline-block rather than block keeps
brand img from right aligning into the collapse button
on mobile screens */
.main-menu .navbar-brand {
display: inline-block;
padding: 0;