1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-26 14:34:27 +02:00

css changes

This commit is contained in:
José Luis Antúnez
2017-03-24 10:54:18 +01:00
committed by GitHub
parent 8bb245fced
commit 5f04b2e441

View File

@@ -17,6 +17,18 @@
- [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide now pauses if a focusable element gains focus. - [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide now pauses if a focusable element gains focus.
- Added `ws-ready` to actually lock the scroll - Added `ws-ready` to actually lock the scroll
## CSS
- naming conventions:
- .wall is now .text-quote
- introducing .text-interview = dl.text-interview, dt (name), dd (question/answer)
- .card is now a card: width: 100%
- 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
## Bugfixes ## Bugfixes
- Fixed issues with the grid. - Fixed issues with the grid.