From f4e01b3a9289b294ad559263fed0826c111700b2 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 20 May 2017 02:08:34 -0400 Subject: Make supported operations stand out more than attributes. --- docs/_static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') 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%; } -- cgit v1.2.3