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

Nested List with Count #2060

Closed
g4rcez opened this issue Jan 2, 2018 · 1 comment
Closed

Nested List with Count #2060

g4rcez opened this issue Jan 2, 2018 · 1 comment
Labels

Comments

@g4rcez
Copy link

g4rcez commented Jan 2, 2018

Hello,

I loved your project and using enough. I noticed there are no numbered lists with subtopics, so theres my contribution:

.reveal .ol {
	counter-reset: item;
	list-style-type: decimal;
}

.reveal .li {
	display: block;
}

.reveal .li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}
@bnjmnt4n
Copy link
Collaborator

bnjmnt4n commented Feb 9, 2018

We only include basic styles with Reveal to suit the themes, and more in-depth and complex styling such as numbered lists with subtopics might be too specific for all users, hence we allow them to customise such styles themselves.

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

No branches or pull requests

2 participants