idan / gistio

A gist-backed pretty display for markdown.
https://gist.io
MIT License
485 stars 41 forks source link

Better alignment for nested lists (fixes #25) #35

Closed davidcelis closed 10 years ago

davidcelis commented 11 years ago

Currently, nested lists all align on the same left margin. Making them nest properly was as simple as an alteration on their left-margin CSS property. Hope that's sufficient.

Before: before

After: after

Signed-off-by: David Celis david@davidcelis.com

x3ro commented 11 years ago

+1 - Just ran into this :)

davidcelis commented 11 years ago

Any reason not to merge this in? Nested lists seriously look terrible right now.

idan commented 10 years ago

Thanks! :star2: :watermelon: ('cos it's summer, and watermelons are tasty.)

davidcelis commented 10 years ago

:hamburger:

josephspens commented 10 years ago

I noticed this change is in screen.css in the repository, but looking at the served stylesheet I'm not seeing this change.

Check out http://gist.io/9173852, screen.css doesn't have nested list styles.