1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-23 13:23:23 +02:00

new demos and longform elements

This commit is contained in:
José Luis Antúnez
2017-03-28 17:39:40 +02:00
committed by GitHub
parent adfe0e98bc
commit e53ed53ab1

View File

@@ -2,6 +2,7 @@
## Misc ## Misc
- 3 new demos: longform, interview, and media (YouTube API, videos, images, maps...)
- Deps updated. - Deps updated.
- Now using [eslint](http://eslint.org/) to enforce code style. - Now using [eslint](http://eslint.org/) to enforce code style.
- Adding a new badge so the release number is quickly seen. - Adding a new badge so the release number is quickly seen.
@@ -21,6 +22,7 @@
## CSS ## CSS
- 2 new animations: .slideInLeft and .slideInRight. - 2 new animations: .slideInLeft and .slideInRight.
- Adding longform elements.
- Naming conventions: - Naming conventions:
- Introducing .text-quote. - Introducing .text-quote.
- Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer). - Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer).
@@ -30,7 +32,6 @@
- Adding padding to form[class*="bg-"]. - Adding padding to form[class*="bg-"].
- A better CSS print: A4 landscape. - A better CSS print: A4 landscape.
## Bugfixes ## Bugfixes
- Fixed issues with the grid. - Fixed issues with the grid.