Question

Good evening. I'm trying to make a site with Django. Not being expert in CSS I took a template (minimaxing, from html5up.net). Everything works fine, as you can see (http://secret-reaches-8428.herokuapp.com/lesson/lezioneA00/) except that ordered and unordered list are not rendered as such. I can guess is something in the css, but I can't see where the problem is. There are the three .css files loaded in the header:

Question is: can anybody point out what part of the css is to be modified or, can anybody point out what the problem is?


Ok, I solved looking for standard css attributes and setting up properties as I wanted. Now I'm just curious to understand why the normal html behavior was overwritten, since there is no reference to in the css files.

Was it helpful?

Solution

You have to update your img sources. You have a problem with your img sources, not with your ul or ol rendering.

You try to reach an image here, but it does not exist. Try to fix the URL reference.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top