Skip to content

Commit 32547a6

Browse files
committed
fixing docs footer issue
1 parent ccefc69 commit 32547a6

File tree

38 files changed

+136
-214
lines changed

38 files changed

+136
-214
lines changed

docs/_includes/footer.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<div class="grid">
22
<div class="row">
3-
<footer class="basic menu top border animated fadeInUp">
3+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
44
<div class="fluid">
5-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
6-
<a class="item" href="mailto:[email protected]">Contact</a>
7-
8-
<span class="right header item">&copy; {{ site.title | escape }} - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
5+
<span class="right header item">&copy; {{ site.title | escape }} - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
96
</div>
107
</footer>
118
</div>

docs/_layouts/doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% include sidebar.html %}
88
</div>
99

10-
<div class="eight columns page-content">
10+
<div class="seven columns page-content">
1111
<header class="post-header">
1212
<h3 class="post-title">{{ page.title }}</h3>
1313
</header>
@@ -17,7 +17,7 @@ <h3 class="post-title">{{ page.title }}</h3>
1717
</div>
1818
</div>
1919

20-
<div id="contents" class="two columns">
20+
<div id="contents" class="three columns">
2121
<div data-kui-sticky></div>
2222
</div>
2323
</div>

docs/_site/book.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Instant Introjs Book</h3>
963963
</header>
@@ -976,7 +976,7 @@ <h3 class="post-title">Instant Introjs Book</h3>
976976
</div>
977977
</div>
978978

979-
<div id="contents" class="two columns">
979+
<div id="contents" class="three columns">
980980
<div data-kui-sticky></div>
981981
</div>
982982
</div>
@@ -986,12 +986,9 @@ <h3 class="post-title">Instant Introjs Book</h3>
986986

987987
<div class="grid">
988988
<div class="row">
989-
<footer class="basic menu top border animated fadeInUp">
989+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
990990
<div class="fluid">
991-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
992-
<a class="item" href="mailto:[email protected]">Contact</a>
993-
994-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
991+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
995992
</div>
996993
</footer>
997994
</div>

docs/_site/developers/build/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Build</h3>
963963
</header>
@@ -982,7 +982,7 @@ <h3 class="post-title">Build</h3>
982982
</div>
983983
</div>
984984

985-
<div id="contents" class="two columns">
985+
<div id="contents" class="three columns">
986986
<div data-kui-sticky></div>
987987
</div>
988988
</div>
@@ -992,12 +992,9 @@ <h3 class="post-title">Build</h3>
992992

993993
<div class="grid">
994994
<div class="row">
995-
<footer class="basic menu top border animated fadeInUp">
995+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
996996
<div class="fluid">
997-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
998-
<a class="item" href="mailto:[email protected]">Contact</a>
999-
1000-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
997+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
1001998
</div>
1002999
</footer>
10031000
</div>

docs/_site/developers/changelog/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Release history</h3>
963963
</header>
@@ -968,7 +968,7 @@ <h3 class="post-title">Release history</h3>
968968
</div>
969969
</div>
970970

971-
<div id="contents" class="two columns">
971+
<div id="contents" class="three columns">
972972
<div data-kui-sticky></div>
973973
</div>
974974
</div>
@@ -978,12 +978,9 @@ <h3 class="post-title">Release history</h3>
978978

979979
<div class="grid">
980980
<div class="row">
981-
<footer class="basic menu top border animated fadeInUp">
981+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
982982
<div class="fluid">
983-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
984-
<a class="item" href="mailto:[email protected]">Contact</a>
985-
986-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
983+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
987984
</div>
988985
</footer>
989986
</div>

docs/_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.</description>
66
<link>http://introjs.com/docs/</link>
77
<atom:link href="http://introjs.com/docs/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Thu, 23 Mar 2017 12:59:54 +0430</pubDate>
9-
<lastBuildDate>Thu, 23 Mar 2017 12:59:54 +0430</lastBuildDate>
8+
<pubDate>Fri, 24 Mar 2017 19:46:57 +0430</pubDate>
9+
<lastBuildDate>Fri, 24 Mar 2017 19:46:57 +0430</lastBuildDate>
1010
<generator>Jekyll v3.1.6</generator>
1111

1212
</channel>

docs/_site/getting-started/examples.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Examples</h3>
963963
</header>
@@ -991,7 +991,7 @@ <h4 id="hints">Hints</h4>
991991
</div>
992992
</div>
993993

994-
<div id="contents" class="two columns">
994+
<div id="contents" class="three columns">
995995
<div data-kui-sticky></div>
996996
</div>
997997
</div>
@@ -1001,12 +1001,9 @@ <h4 id="hints">Hints</h4>
10011001

10021002
<div class="grid">
10031003
<div class="row">
1004-
<footer class="basic menu top border animated fadeInUp">
1004+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
10051005
<div class="fluid">
1006-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
1007-
<a class="item" href="mailto:[email protected]">Contact</a>
1008-
1009-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
1006+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
10101007
</div>
10111008
</footer>
10121009
</div>

docs/_site/getting-started/install.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Install</h3>
963963
</header>
@@ -1022,7 +1022,7 @@ <h5 id="rtl">RTL</h5>
10221022
</div>
10231023
</div>
10241024

1025-
<div id="contents" class="two columns">
1025+
<div id="contents" class="three columns">
10261026
<div data-kui-sticky></div>
10271027
</div>
10281028
</div>
@@ -1032,12 +1032,9 @@ <h5 id="rtl">RTL</h5>
10321032

10331033
<div class="grid">
10341034
<div class="row">
1035-
<footer class="basic menu top border animated fadeInUp">
1035+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
10361036
<div class="fluid">
1037-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
1038-
<a class="item" href="mailto:[email protected]">Contact</a>
1039-
1040-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
1037+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
10411038
</div>
10421039
</footer>
10431040
</div>

docs/_site/getting-started/start.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Quick Start</h3>
963963
</header>
@@ -1018,7 +1018,7 @@ <h4 id="adding-hints">Adding hints</h4>
10181018
</div>
10191019
</div>
10201020

1021-
<div id="contents" class="two columns">
1021+
<div id="contents" class="three columns">
10221022
<div data-kui-sticky></div>
10231023
</div>
10241024
</div>
@@ -1028,12 +1028,9 @@ <h4 id="adding-hints">Adding hints</h4>
10281028

10291029
<div class="grid">
10301030
<div class="row">
1031-
<footer class="basic menu top border animated fadeInUp">
1031+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
10321032
<div class="fluid">
1033-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
1034-
<a class="item" href="mailto:[email protected]">Contact</a>
1035-
1036-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
1033+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
10371034
</div>
10381035
</footer>
10391036
</div>

docs/_site/getting-started/welcome.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957

958958
</div>
959959

960-
<div class="eight columns page-content">
960+
<div class="seven columns page-content">
961961
<header class="post-header">
962962
<h3 class="post-title">Welcome</h3>
963963
</header>
@@ -987,7 +987,7 @@ <h5 id="open-source-license">Open-source license</h5>
987987
</div>
988988
</div>
989989

990-
<div id="contents" class="two columns">
990+
<div id="contents" class="three columns">
991991
<div data-kui-sticky></div>
992992
</div>
993993
</div>
@@ -997,12 +997,9 @@ <h5 id="open-source-license">Open-source license</h5>
997997

998998
<div class="grid">
999999
<div class="row">
1000-
<footer class="basic menu top border animated fadeInUp">
1000+
<footer class="basic menu top border animated fadeInUp" style="border-top: 0;">
10011001
<div class="fluid">
1002-
<a class="item" href="https://github.com/usablica/intro.js/blob/master/license.md">License</a>
1003-
<a class="item" href="mailto:[email protected]">Contact</a>
1004-
1005-
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
1002+
<span class="right header item">&copy; Intro.js - Powered by <a href="http://doc42.io" target="_blank">Doc42</a></span>
10061003
</div>
10071004
</footer>
10081005
</div>

0 commit comments

Comments
 (0)