Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lists seem to be formatted wrong #125

Open
igalic opened this issue Sep 13, 2017 · 1 comment
Open

lists seem to be formatted wrong #125

igalic opened this issue Sep 13, 2017 · 1 comment

Comments

@igalic
Copy link

igalic commented Sep 13, 2017

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
Copy link
Owner

paulrouget commented Sep 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants