Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

DOCS-4739: adds styling for checklist-style lists #78

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion themes/mongodb/static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ table.citation td {
border-bottom: none;
}

/* awesometable tables are for driver compatibility matrices */
/* tables for compatibility matrices */

table.compatibility{
border-collapse: collapse;
Expand Down Expand Up @@ -430,6 +430,11 @@ table.compatibility tr td:first-child{
-ms-user-select: none;
user-select: none;
}
/* -- list styles ----------------------------------------------------------- */

ul.checklist{
list-style: symbols(cyclic "\25a1");
}

/* -- other body styles ----------------------------------------------------- */

Expand Down