Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Aug 18, 2017
1 parent 1610da6 commit e8dc32e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.1 (2017-08-18)

- Fixed longform alignments. (Regression from Sass)
- Updated demos to use correct reference.
- Added new unsplash to [demo](http://webslides.tv/demos/keynote).

# 1.4.0 (2017-08-14)

## Misc
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webslides",
"version": "1.4.0",
"version": "1.4.1",
"description": "Making HTML presentations easy",
"main": "static/js/webslides.js",
"repository": {
Expand Down
9 changes: 5 additions & 4 deletions static/css/webslides.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.4.0
* Date: 2017-08-14
* Version: 1.4.1
* Date: 2017-08-18
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down Expand Up @@ -2823,10 +2823,11 @@ button:disabled:hover {
/* Why 72rem=720px?
90-95 characters per line = better reading speed */
/* Mobile: video full width */ }
.longform.alignleft, .longform.alignright {
.longform .alignleft,
.longform .alignright {
max-width: 40%; }
.longform img.aligncenter,
.longform .longform figure.aligncenter {
.longform figure.aligncenter {
margin-bottom: 3.2rem;
margin-top: 3.2rem; }
.longform ul,
Expand Down
4 changes: 2 additions & 2 deletions static/js/webslides.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.4.0
* Date: 2017-08-14
* Version: 1.4.1
* Date: 2017-08-18
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down
4 changes: 2 additions & 2 deletions static/js/webslides.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8dc32e

Please sign in to comment.