diff options
| author | Rapptz <[email protected]> | 2017-05-17 20:10:58 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-17 20:10:58 -0400 |
| commit | 026e526817ab069b73af3211023fb2823e7bca3c (patch) | |
| tree | 55f87883f1a7b69c48dbe372ae5ae35688930d56 /docs/_static | |
| parent | Fix format string in new bot template. (diff) | |
| download | discord.py-026e526817ab069b73af3211023fb2823e7bca3c.tar.xz discord.py-026e526817ab069b73af3211023fb2823e7bca3c.zip | |
Lazy fix for active class when viewport is too small for sidebar.
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 9afc6f31..ccbb6af9 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 { color: #fff; } + .active { + background-color: transparent; + border-left: none; + } } |