Skip to content

Commit 0e22144

Browse files
committedMay 15, 2018
Fix table of contents missing borders
Fixes mmistakes#1675
1 parent 7dd2446 commit 0e22144

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Bug Fixes
1111

12+
* Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
1213
* Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
1314
* Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
1415
* Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).

‎_sass/minimal-mistakes/_navigation.scss

-6
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,6 @@
528528
}
529529
}
530530

531-
> li:last-child {
532-
a {
533-
border-bottom: none;
534-
}
535-
}
536-
537531
li ul > li a {
538532
padding-left: 1.75rem;
539533
font-weight: normal;

‎docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2018-05-11T12:48:27-04:00
7+
last_modified_at: 2018-05-15T14:36:01-04:00
88
toc: true
99
---
1010

@@ -19,6 +19,7 @@ toc: true
1919

2020
### Bug Fixes
2121

22+
* Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
2223
* Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
2324
* Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
2425
* Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).

0 commit comments

Comments
 (0)
Please sign in to comment.