Skip to content

Commit 71f2fd5

Browse files
1.4.2
1 parent fe58531 commit 71f2fd5

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.4.2 (2017-09-12)
2+
3+
- Fixed `.toc` class. (Regression from Sass)
4+
- Fixed baseline being incorrectly included.
5+
16
# 1.4.1 (2017-08-18)
27

38
- Fixed longform alignments. (Regression from Sass)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webslides",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Making HTML presentations easy",
55
"main": "static/js/webslides.js",
66
"repository": {

static/css/webslides.css

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Name: WebSlides
3-
* Version: 1.4.1
4-
* Date: 2017-09-03
3+
* Version: 1.4.2
4+
* Date: 2017-09-12
55
* Description: Making HTML presentations easy
66
* URL: https://github.com/webslides/webslides#readme
77
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -364,10 +364,6 @@ webslides.js will add .ws-ready automatically. Don't worry :) -- */
364364
#webslides::-webkit-scrollbar {
365365
display: none; }
366366

367-
/* -- Prototype faster - Vertical rhythm -- */
368-
.baseline {
369-
background: url("../images/baseline.png") left top 0.8rem/0.8rem; }
370-
371367
li li {
372368
margin-left: 1.6rem; }
373369

static/js/webslides.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Name: WebSlides
3-
* Version: 1.4.1
4-
* Date: 2017-09-03
3+
* Version: 1.4.2
4+
* Date: 2017-09-12
55
* Description: Making HTML presentations easy
66
* URL: https://github.com/webslides/webslides#readme
77
* Credits: @jlantunez, @LuisSacristan, @Belelros

static/js/webslides.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)