aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-31 11:28:58 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-31 11:28:58 +1300
commitc6075e1d93c61eab35bb3e0ae56337e579fea403 (patch)
tree3be78775f1de13dbdd3be7ed47814d1d3e290ce6 /doc-src/02-docstyle.css
parent3906f0661701cb8d92f2daa5b3198b0ab45a526f (diff)
downloadmitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.tar.gz
mitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.tar.bz2
mitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.zip
Add the 30-second client replay tutorial to the docs.
It's verbatim from the blog post at the moment - I might edit it a bit before pushing it to mitmproxy.org.
Diffstat (limited to 'doc-src/02-docstyle.css')
-rw-r--r--doc-src/02-docstyle.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css
index df6338b2..2d83a649 100644
--- a/doc-src/02-docstyle.css
+++ b/doc-src/02-docstyle.css
@@ -67,6 +67,13 @@ pre {
background-color: #dddddd;
}
+.terminal {
+ color: #ffffff;
+ background: #000000;
+
+
+}
+
.docindex, .docindex ul {
margin-top: 0.1em;
margin-bottom: 0;