Skip to content

Commit

Permalink
[docs] Fix CSS selector for C++ nested namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jun 3, 2021
1 parent fe7ff19 commit 1584b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ div.toctree-wrapper.compound p {
}

/* Flatten first nested namespace in C++ docs. */
div.section > dl.cpp.type > dd {
div.section > dl.cpp.type > dd,
section > dl.cpp.type > dd {
margin: 0 0 12px 0;
}

0 comments on commit 1584b28

Please sign in to comment.