Navigation Menu

Skip to content

Commit

Permalink
Constrain main nav to main column
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchadwin authored and m-kuhn committed Jan 5, 2017
1 parent 93206a2 commit 3b2f46f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api_custom.css
Expand Up @@ -177,6 +177,12 @@ div.header {
width: 80%;
}

#main-nav {
width: 80%;
margin-left: auto;
margin-right: auto;
}

div.qindex, div.navpath {
width: 80%;
margin-left: auto;
Expand Down

0 comments on commit 3b2f46f

Please sign in to comment.