diff options
| author | 2022-02-20 21:20:29 -0500 | |
|---|---|---|
| committer | 2022-02-20 21:20:29 -0500 | |
| commit | 0e1257d6eca90fa45ba7c11454a0fba7e3fc74f7 (patch) | |
| tree | e3ad78be879f615b2621c0afba9db813e70fafff /pydis_site/static/css/content/page.css | |
| parent | Add table of content and final edits (diff) | |
| parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) | |
Merge branch 'main' into content/update-help-channel-timing
Diffstat (limited to 'pydis_site/static/css/content/page.css')
| -rw-r--r-- | pydis_site/static/css/content/page.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index 2d4bd325..d831f86d 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -77,16 +77,3 @@ ul.menu-list.toc { li img { margin-top: 0.5em; } - -.collapsible { - cursor: pointer; - width: 100%; - border: none; - outline: none; -} - -.collapsible-content { - overflow: hidden; - max-height: 0; - transition: max-height 0.2s ease-out; -} |