paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
932 stars 255 forks source link

lists seem to be formatted wrong #125

Open igalic opened 6 years ago

igalic commented 6 years ago

currently, the CSS looks like:

  ul, ol {
      margin: 40px 100px 0 100px;
  }
  li > ul, ol {
      margin: 0 0 15px 50px;
      list-style-image: none; /* in case parent list has some */
  }

This doesn't appear to be working: li > ul, ol needs to be reversed.

paulrouget commented 6 years ago

hmm, this CSS is suspicious. The first margin is no-op on ol.