From 5ceef16486f71e28440f80799183190543f162f0 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 10 Mar 2013 17:09:40 +1300 Subject: Expand "How mitmproxy works". Clean up some un-needed sections. --- doc-src/02-docstyle.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index ed83708a..19b1ec96 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -1,3 +1,8 @@ +body { + padding-top: 60px; + padding-bottom: 40px; +} + .terminal { color: #c0c0c0; font-size: 1em; -- cgit v1.2.3 From b6727bf7d284cb51d765376e474dd93f44281730 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 17 Mar 2013 10:35:40 +1300 Subject: Add instructions for installing the CA in the IOS Simulator. --- doc-src/02-docstyle.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index 19b1ec96..97ab6e4b 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -18,4 +18,8 @@ pre { .tablenum { font-weight: bold; +} + +.nowrap { + white-space: nowrap; } -- cgit v1.2.3 From 6614498744a45138adc770ef6e5882366b96b25e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 18 Mar 2013 08:36:56 +1300 Subject: Update styling, GameCenter highscore tutorial. --- doc-src/02-docstyle.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index 97ab6e4b..9b8a8edc 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -3,23 +3,10 @@ body { padding-bottom: 40px; } -.terminal { - color: #c0c0c0; - font-size: 1em; - background: #000000; -} - - -pre { - margin-top: 10px; - color: #333; -} - - .tablenum { font-weight: bold; } .nowrap { - white-space: nowrap; + white-space: nowrap; } -- cgit v1.2.3