hakandilek / play2-crud

Simple CRUD & DAO implementation for play2
Other
142 stars 52 forks source link

Play2-crud auto generated navbar incorrect for bootstrap 3 #29

Closed karianna closed 10 years ago

karianna commented 10 years ago

e upgraded to Bootstrap 3.0.3 and the styling of the navigation header breaks for the play2-crud pages.

We had similar problems with our navigation and so we swapped to the following nav structure as Twitter Bootstrap 3 recommends:

http://getbootstrap.com/examples/starter-template/ (View the source)

You probably also want to look at: http://getbootstrap.com/getting-started/#migration

karianna commented 10 years ago

Hmm, nevermind - once I renamed some folders to sensible defaults this was resolved.