From 5f04b2e44195ed3949fd7959534f1ad45cf0f3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 24 Mar 2017 10:54:18 +0100 Subject: [PATCH 1/3] css changes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4287df..5a0bd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,18 @@ - [[#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 +## 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 - Fixed issues with the grid. From ce9f1c75318bee2241585a157d4c86bb0c80b21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 24 Mar 2017 11:27:57 +0100 Subject: [PATCH 2/3] GitHub links updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0bd02..78e0225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide is now a plugin. - Updated docs. - Moved to org! +- Demos: GitHub links updated. ## New features From a9e87880249ca69d2f52bc96f0df367d07ac65de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Sat, 25 Mar 2017 08:34:21 +0100 Subject: [PATCH 3/3] 2 new animations: .slideInLeft and .slideInRight --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e0225..bc41d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,18 +16,19 @@ - [[#56](https://github.com/webslides/webslides/issues/56)]Added option to disable looping. - [[#54](https://github.com/webslides/webslides/issues/54)]Added video and youtube plugins to allow autoplaying videos (and pausing) entering and leaving the slide. - [[#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 +- 2 new animations: .slideInLeft and .slideInRight. - 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 + - .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