Skip to content

Commit

Permalink
Fixing TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
displaynone committed Sep 3, 2017
1 parent e8dc32e commit 71b08f8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
11 changes: 11 additions & 0 deletions src/scss/modules/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@
}
}
}

.chapter {
display: inline-block;
font-size: 1.8rem;
line-height: 3.2rem;
padding-right: .8rem;
}

.toc-page {
float: right;
}
11 changes: 10 additions & 1 deletion 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-08-18
* Date: 2017-09-03
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down Expand Up @@ -2400,6 +2400,15 @@ CV / News
.toc li a:hover .toc-page:before {
border-bottom-width: 2px; }

.chapter {
display: inline-block;
font-size: 1.8rem;
line-height: 3.2rem;
padding-right: .8rem; }

.toc-page {
float: right; }

/*===========================================
10. Cards
============================================= */
Expand Down
2 changes: 1 addition & 1 deletion 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-08-18
* Date: 2017-09-03
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down
2 changes: 1 addition & 1 deletion 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 71b08f8

Please sign in to comment.