Disqus showing bullets

How I went about fixing an issue I had with Disqus showing bullets

I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system.

The issue, of course, was that my stylesheet wasn't designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets.

#disqus_thread ul {
    list-style: none outside none;
}

Hope it helps someone.


Recent posts View all

Ruby

Forcing a Rails database column to be not null

How you can force a table column to always have something in it with Rails

Writing Marketing

We've deleted an article's worth of unhelpful words

We've improved several pages across our site by removing words that add no value, and often detract from the article.