salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Fix missing classes from navbar #60

Closed bryanwillis closed 9 years ago

bryanwillis commented 9 years ago

This goes along with other changes to remove redundant nested nav elements. Still don't think I'm doing the PR's right. This belongs with this https://github.com/bryanwillis/bootstrap-genesis/commit/9b7307a3006384dfb7834f7d5cdbdb1050837f6f but I don't know if there is a way to show them together.

salcode commented 9 years ago

Merged in 0a87b67

salcode commented 9 years ago

To answer your question from above, there isn't a way to put two PRs together.

Ideally, you want to put these changes that go together in one branch and do one PR for all of it, however, it was really easy for me to pull both changes and merge them so this isn't something to stress about.