diff options
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%; } |