aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/themes
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-30 09:38:17 +1300
committerGitHub <noreply@github.com>2018-03-30 09:38:17 +1300
commit3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950 (patch)
tree93ec314a2228612f76cde96132d0f4d496f3de78 /docs/src/themes
parentc6cf502657024c8077fe2e52a3f20c41ade0fbaf (diff)
parentf6699792da82c00de4cdcc1e413bd65caad9d3c3 (diff)
downloadmitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.gz
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.bz2
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.zip
Merge pull request #3012 from Kriechi/docs-options
docs: add auto-generated options reference
Diffstat (limited to 'docs/src/themes')
-rw-r--r--docs/src/themes/mitmproxydocs/static/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css
index db5a36cf..d42e307e 100644
--- a/docs/src/themes/mitmproxydocs/static/css/style.css
+++ b/docs/src/themes/mitmproxydocs/static/css/style.css
@@ -250,6 +250,21 @@
.chroma .gu {
color: #75715e; }
+.badge {
+ color: #fff;
+ background-color: #6c757d;
+ display: inline-block;
+ padding: .25em .4em;
+ font-size: 75%;
+ font-weight: 1;
+ line-height: 1;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: 0.25rem; }
+ .badge:empty {
+ display: none; }
+
@keyframes spinAround {
from {
transform: rotate(0deg); }