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:
@@ -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.
|
||||||
|
@@ -80,7 +80,7 @@
|
|||||||
<!-- end main -->
|
<!-- end main -->
|
||||||
|
|
||||||
<!-- svg-icons.js is optional (fontastic.me - Font Awesome as svg icons) -->
|
<!-- svg-icons.js is optional (fontastic.me - Font Awesome as svg icons) -->
|
||||||
<script defer src="static/js/svg-icons.js"></script>
|
<script defer src="static/js/svg-icons.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user