Migrating from Bootstrap 2.3.x to 3

Because of dependency hell in deploying to Heroku, I found myself suddenly using bootstrap 3.

For me, the conversion was pretty simple:

The one bit that was a tad tricky was the header, which began to display vertically.. As my answer there says, I needed to change:

<ul class="nav pull-right">

to:

<ul class="nav pull-right navbar-nav">

Bootstrap’s page on migrating was the best resource.

 
0
Kudos
 
0
Kudos

Now read this

One-time-use phone numbers

Yesterday, there was an article on HN about the plague of Payday Loan scammers who prey on gullible people. The comments talked at length about how difficult it is to get off a call list once your number is known to these people. Why do... Continue →