Browse Source

Slightly different styling for supported operations.

pull/573/head
Rapptz 8 years ago
parent
commit
969bb085cb
  1. 6
      docs/_static/style.css

6
docs/_static/style.css

@ -352,17 +352,17 @@ dl.exception > dt {
} }
.container.operations { .container.operations {
background-color: #fcfcfc;
padding: 10px; padding: 10px;
border: 1px solid #ddd;
} }
.container.operations::before { .container.operations::before {
content: 'Supported Operations'; content: 'Supported Operations';
font-weight: bold; color: #212224;
} }
.container.operations > dl.describe > dt { .container.operations > dl.describe > dt {
background-color: transparent; background-color: #f8f8f8;
} }
table.docutils { table.docutils {

Loading…
Cancel
Save