File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Bug Fixes
11
11
12
+ * Fix table of contents missing borders. [ #1675 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1675 )
12
13
* Fix link to "Recipes" sample archive on documentation site. [ #1664 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1664 )
13
14
* Update example Reddit social share interpolation syntax in documentation. [ #1656 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1656 )
14
15
* Fix "Back to Top" links on pages that use [ header overlays] ( https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay ) .
Original file line number Diff line number Diff line change 528
528
}
529
529
}
530
530
531
- > li :last-child {
532
- a {
533
- border-bottom : none ;
534
- }
535
- }
536
-
537
531
li ul > li a {
538
532
padding-left : 1.75rem ;
539
533
font-weight : normal ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2018-05-11T12:48:27 -04:00
7
+ last_modified_at : 2018-05-15T14:36:01 -04:00
8
8
toc : true
9
9
---
10
10
@@ -19,6 +19,7 @@ toc: true
19
19
20
20
### Bug Fixes
21
21
22
+ * Fix table of contents missing borders. [ #1675 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1675 )
22
23
* Fix link to "Recipes" sample archive on documentation site. [ #1664 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1664 )
23
24
* Update example Reddit social share interpolation syntax in documentation. [ #1656 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1656 )
24
25
* Fix "Back to Top" links on pages that use [ header overlays] ( https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay ) .
You can’t perform that action at this time.
0 commit comments