Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Sep 12, 2017
1 parent fe58531 commit 71f2fd5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.4.2 (2017-09-12)

- Fixed `.toc` class. (Regression from Sass)
- Fixed baseline being incorrectly included.

# 1.4.1 (2017-08-18)

- Fixed longform alignments. (Regression from Sass)
Expand Down
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.1",
"version": "1.4.2",
"description": "Making HTML presentations easy",
"main": "static/js/webslides.js",
"repository": {
Expand Down
8 changes: 2 additions & 6 deletions static/css/webslides.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.4.1
* Date: 2017-09-03
* Version: 1.4.2
* Date: 2017-09-12
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down Expand Up @@ -364,10 +364,6 @@ webslides.js will add .ws-ready automatically. Don't worry :) -- */
#webslides::-webkit-scrollbar {
display: none; }

/* -- Prototype faster - Vertical rhythm -- */
.baseline {
background: url("../images/baseline.png") left top 0.8rem/0.8rem; }

li li {
margin-left: 1.6rem; }

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.1
* Date: 2017-09-03
* Version: 1.4.2
* Date: 2017-09-12
* 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 71f2fd5

Please sign in to comment.