1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-24 05:43:25 +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 ## CSS
- 2 new animations: .slideInLeft and .slideInRight. - 2 new animations: .slideInLeft and .slideInRight.
- naming conventions: - Naming conventions:
- .wall is now .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).
- .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: 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.
## Bugfixes ## Bugfixes