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

introducing .text-quote

This commit is contained in:
José Luis Antúnez
2017-03-25 21:39:12 +01:00
committed by GitHub
parent 66d80f0b5d
commit f4d52e36e2

View File

@@ -21,14 +21,14 @@
## CSS
- 2 new animations: .slideInLeft and .slideInRight.
- naming conventions:
- .wall is now .text-quote.
- introducing .text-interview = dl.text-interview, dt (name), dd (question/answer).
- Naming conventions:
- Introducing .text-quote.
- Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer).
- .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).
- adding padding to form[class*="bg-"].
- a better CSS print: A4 landscape.
- Adding padding to form[class*="bg-"].
- A better CSS print: A4 landscape.
## Bugfixes