Looking for Bootstrap's popover-inner?

Missing some of your popovers? Here's how to go about displaying them

If you have recently upgraded your version of Bootstrap from 2 to 3 then you might be wondering why some of your popovers are not working as you might expect.

One potential reason is that there used to be a class called .popover-inner, this now seems to be directly replaced with .popover-content.

I had some styled nested inside of .popover-inner which magically stopped applying after the update.

Recent posts View all

SEO

Google follows URLs in text

Today I learned that Google follows URLs even when they are plain text

Web Dev

Check in with your database

It pays to take a step back and look at how your database is set up every so often. You will often find quick wins and hidden tech debt.