aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/02-docstyle.css8
-rw-r--r--doc-src/_websitelayout.html2
-rw-r--r--doc-src/index.py1
3 files changed, 10 insertions, 1 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css
index 2d83a649..a971799f 100644
--- a/doc-src/02-docstyle.css
+++ b/doc-src/02-docstyle.css
@@ -12,6 +12,7 @@ a {
margin: 0;
margin-bottom: 1em;
}
+
#hd.doc h1 {
letter-spacing: 3px;
font-size: 2.5em;
@@ -48,6 +49,12 @@ a {
color: #000000;
}
+#bd p {
+ margin: 1em 0;
+
+
+}
+
#ft.doc {
color: #aaa;
border-top: 1px solid #aaa;
@@ -65,6 +72,7 @@ a {
pre {
padding: 10px;
background-color: #dddddd;
+ margin: 1em 0;
}
.terminal {
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
index 8e2fccac..a56c107b 100644
--- a/doc-src/_websitelayout.html
+++ b/doc-src/_websitelayout.html
@@ -10,7 +10,7 @@
</ul>
</div>
<br>
- <p>an SSL-capable intercepting proxy</p>
+ <p>an SSL-capable man-in-the-middle proxy</p>
</div>
<div id="bd">
<div id="yui-main">
diff --git a/doc-src/index.py b/doc-src/index.py
index 170839e7..07924e63 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -13,6 +13,7 @@ if ns.options.website:
else:
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.layout = countershape.Layout("_layout.html")
+
ns.docTitle = "mitmproxy"
this.markup = markup.Markdown()
ns.docMaintainer = "Aldo Cortesi"