mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-17 02:24:12 +02:00
Fixing TOC
This commit is contained in:
@@ -64,3 +64,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chapter {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 1.8rem;
|
||||||
|
line-height: 3.2rem;
|
||||||
|
padding-right: .8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc-page {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.4.1
|
* Version: 1.4.1
|
||||||
* Date: 2017-08-18
|
* Date: 2017-09-03
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
@@ -2400,6 +2400,15 @@ CV / News
|
|||||||
.toc li a:hover .toc-page:before {
|
.toc li a:hover .toc-page:before {
|
||||||
border-bottom-width: 2px; }
|
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
|
10. Cards
|
||||||
============================================= */
|
============================================= */
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.4.1
|
* Version: 1.4.1
|
||||||
* Date: 2017-08-18
|
* Date: 2017-09-03
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
2
static/js/webslides.min.js
vendored
2
static/js/webslides.min.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.4.1
|
* Version: 1.4.1
|
||||||
* Date: 2017-08-18
|
* Date: 2017-09-03
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
Reference in New Issue
Block a user