diff options
author | Aldo Cortesi <aldo@corte.si> | 2018-03-06 09:34:15 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 09:34:15 +1300 |
commit | 53a9be498ca07f7f90ea4c9d3029a7c0ca9f8663 (patch) | |
tree | f14abea5f973b62ef483fa9c80ffdac3dac22d93 /docs/src | |
parent | b490a97b383903539074541a6fa191bc1b2717ab (diff) | |
parent | ee6937f948f96d74d413a24f89c2317ab582d0c8 (diff) | |
download | mitmproxy-53a9be498ca07f7f90ea4c9d3029a7c0ca9f8663.tar.gz mitmproxy-53a9be498ca07f7f90ea4c9d3029a7c0ca9f8663.tar.bz2 mitmproxy-53a9be498ca07f7f90ea4c9d3029a7c0ca9f8663.zip |
Merge pull request #2955 from cortesi/ndocs
docs: start move to docs.mitmproxy.org
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/themes/mitmproxydocs/static/css/style.css | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css index 6029ddb6..868c7d0a 100644 --- a/docs/src/themes/mitmproxydocs/static/css/style.css +++ b/docs/src/themes/mitmproxydocs/static/css/style.css @@ -6731,20 +6731,16 @@ label.panel-block { text-align: right; } .sidebar { - background-color: #F1F1F1; -} - -.sidebar .version { - padding: 1em; } - -.sidebar .brand { - background-color: #303030; - color: #c0c0c0; - padding: 1em; - top: 0; } - -.sidebar .menu { - padding: 1em; } + background-color: #F1F1F1; } + .sidebar .version { + padding: 1em; } + .sidebar .brand { + background-color: #303030; + color: #c0c0c0; + padding: 1em; + top: 0; } + .sidebar .menu { + padding: 1em; } .mainbody { padding: 3em; } |