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

4 demos and gallery li:nth-child(n+4): equal width

This commit is contained in:
José Luis Antúnez
2017-04-17 12:21:32 +02:00
committed by GitHub
parent 0832388ead
commit 728e665fc9

View File

@@ -2,7 +2,7 @@
## Misc ## Misc
- 3 new demos: longform, interview, and media (YouTube API, videos, images, maps...) - 4 new demos: Longforms, Interviews, Netflix Culture, 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.
@@ -30,7 +30,7 @@
- Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer). - Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer).
- .card is now a card: width: 100%. - .card is now a card: width: 100%.
- Fluid .wrap (width: 90%). - Fluid .wrap (width: 90%).
- .gallery li: auto-fill removed. Now: equal width (useful for gallery layouts). - .gallery li:nth-child(n+4): auto-fill removed. Now: equal width (useful for gallery layouts).
- Adding padding to form[class*="bg-"]. - Adding padding to form[class*="bg-"].
- A better CSS print: A4 landscape. - A better CSS print: A4 landscape.