Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch two-column list styles to be opt-in #5110

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2024

  1. style: closes mochajs#3702

    - Adds the two-column class with the expected style for two-column unordered lists, making sure to keep the two-column style at Features and Table of Contents
    - Removes column style from ul element scope
    marjys committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    422563d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c358aae View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. refactor: add two-column class to the toc

    Use the class two-column instead of applying the style by using its id.
    marjys committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    64d8788 View commit details
    Browse the repository at this point in the history
  2. refactor: move styles that are overwritten within other classes

    Move margin-top and padding inside two-column as they are overwritten
    within single-column.
    marjys committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cd3c239 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    798d5a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    253d161 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    7ed3565 View commit details
    Browse the repository at this point in the history