tdwtf / WtfWebApp

The Daily WTF Website
63 stars 26 forks source link

ul/li tags not bulleting #126

Open RemyPorter opened 9 years ago

RemyPorter commented 9 years ago

The list in this article does not render as a list, making it very difficult to read.

RemyPorter commented 9 years ago

I "corrected" this on a single article by adding my own stylesheet rules:

list-style-type: disc;
list-style-position: outside;
text-indent: -2pt;
padding-left: 16pt;

I'm not suggesting this as definitely the style we want on in-article lists, but at least it looks like a list.

BenLubar commented 8 years ago

You can add class="circle", class="square", or class="disc" to the <ul>. Feel our many different textures!

patrickwroach commented 8 years ago

Remy does this option work, or should we add a set UL format?

RemyPorter commented 8 years ago

I missed this comment- yeah, that's fine. Good to know that it exists.

apxltd commented 5 years ago

a lot of older articles don't have this; would be nice to get this back, somehow, in the article div's styling