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

Fixed #21702 - Added nested list different bullet styles #58

Closed
wants to merge 2 commits into from

Conversation

amney
Copy link
Contributor

@amney amney commented Sep 23, 2013

This creates three levels of visual indentation with the order square > disc > circle. It should make quickly scanning through lists easier. A similar patch has been submitted alongside to the main django repository.

@@ -329,6 +329,14 @@ ul li {
list-style-type:square;
margin-bottom:.4em;
}
ul ul li {
list-style-type:disc;
margin-bottom:.4em;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repetition of this line seems unnecessary to me

@amney
Copy link
Contributor Author

amney commented Sep 23, 2013

I've added another commit that removes the redundant lines. I can squash them together if you like.

@timgraham
Copy link
Member

merged in 3fd769d - thanks!

@timgraham timgraham closed this Sep 23, 2013
@amney amney deleted the issue_21072 branch September 23, 2013 13:55
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

Successfully merging this pull request may close these issues.

None yet

3 participants