diff options
| author | Rapptz <[email protected]> | 2017-05-20 02:08:34 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-20 02:08:34 -0400 |
| commit | f4e01b3a9289b294ad559263fed0826c111700b2 (patch) | |
| tree | b64b3ce601c9f7d1e9be8381e86146686647afce /docs/_static/style.css | |
| parent | Kill remaining references to discord.Channel in documentation. (diff) | |
| download | discord.py-f4e01b3a9289b294ad559263fed0826c111700b2.tar.xz discord.py-f4e01b3a9289b294ad559263fed0826c111700b2.zip | |
Make supported operations stand out more than attributes.
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index ccbb6af9..8868d2bf 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -351,6 +351,20 @@ dl.exception > dt { padding: 1px 10px; } +.container.operations { + background-color: #fcfcfc; + padding: 10px; +} + +.container.operations::before { + content: 'Supported Operations'; + font-weight: bold; +} + +.container.operations > dl.describe > dt { + background-color: transparent; +} + table.docutils { width: 100%; } |