aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
diff options
context:
space:
mode:
authorRouli <rouli.net@gmail.com>2013-03-18 14:24:13 +0200
committerRouli <rouli.net@gmail.com>2013-03-18 14:24:13 +0200
commitc94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f (patch)
tree1e62785d669d86f6e551a99b9debfe445389bd48 /doc-src/02-docstyle.css
parentb6cae7cd2d0105d6a6fe9d35864d0f9b7c5f8924 (diff)
parent5c33f6784b4ba34dd9825ea7e3070cdf0b2b4621 (diff)
downloadmitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.gz
mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.bz2
mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc-src/02-docstyle.css')
-rw-r--r--doc-src/02-docstyle.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css
index ed83708a..9b8a8edc 100644
--- a/doc-src/02-docstyle.css
+++ b/doc-src/02-docstyle.css
@@ -1,16 +1,12 @@
-.terminal {
- color: #c0c0c0;
- font-size: 1em;
- background: #000000;
+body {
+ padding-top: 60px;
+ padding-bottom: 40px;
}
-
-pre {
- margin-top: 10px;
- color: #333;
-}
-
-
.tablenum {
font-weight: bold;
+}
+
+.nowrap {
+ white-space: nowrap;
}