1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 10:51:28 +02:00

Merge remote-tracking branch 'webslides/master'

# Conflicts:
#	CHANGELOG.md
#	README.md
#	demos/classes.html
#	demos/components.html
#	demos/index.html
#	demos/keynote.html
#	demos/landings.html
#	demos/portfolios.html
#	demos/why-webslides.html
#	index.html
#	static/css/base.css
#	static/js/webslides.js
This commit is contained in:
Antonio Laguna
2017-02-23 12:47:46 +01:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
# 1.0.0 (2017-02-23) # 1.0.0 (2017-02-23)
This release is a special one since it sets up in the path of a better development environment. Although it's far from This release is a special one since it sets up in the path of a better development environment. Although it's far from
@@ -43,3 +44,7 @@ to use the library as before.
- Transform the library into an object. - Transform the library into an object.
- `.tabs` removed. - `.tabs` removed.
- `webslides-lite.js` removed. - `webslides-lite.js` removed.
# 0.1.0 (2017-01-08)
- Initial release.

View File

@@ -1308,7 +1308,8 @@ nav.navbar ul li {
flex-flow: column wrap; flex-flow: column wrap;
padding: 0; padding: 0;
} }
nav.navbar li a{justify-content:flex-start; nav.navbar li a {
justify-content:flex-start;
} }
} }