diff options
| author | 2022-02-02 00:15:44 +0100 | |
|---|---|---|
| committer | 2022-02-02 00:15:44 +0100 | |
| commit | 09fb2a4df59be324fc41176227ae3c684e2f6add (patch) | |
| tree | 9d5baa069f91419e3189115d143129b6dc4b8e31 /pydis_site/static/css/content | |
| parent | Merge pull request #649 from python-discord/update-pyfakefs (diff) | |
| parent | Duck pond removed when removing all filters. (diff) | |
Merge pull request #582 from python-discord/swfarnsworth/smarter-resources/merge-with-main
Smarter Resources
Diffstat (limited to 'pydis_site/static/css/content')
| -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; -} |