Skip to content

Commit

Permalink
Merge branch 'master' into issue/4047
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaHyh committed Jun 20, 2024
2 parents 5c076cd + e030115 commit 3ec3dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ a.direct-link {

ul {
box-sizing: content-box;
}

ul.two-column {
column-count: 2;
column-gap: 30px;
margin-top: 20px;
Expand All @@ -188,9 +191,8 @@ ul {

ul.single-column,
ul.single-column > li > ul {
column-count: 1;
margin-top: 0;
padding-right: 0;
padding: 0 0 0 15px;
}

ul li {
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ Mocha is a feature-rich JavaScript test framework running on [Node.js][] and in
- [before, after, before each, after each hooks](#hooks)
- [arbitrary transpiler support (coffee-script etc)](#-compilers)
- [TextMate bundle](#textmate)
{:.two-column}

## Table of Contents

{{ toc }}
{:.two-column}

## Installation

Expand Down

0 comments on commit 3ec3dcd

Please sign in to comment.