aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-06 13:19:46 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-06 13:19:46 +1200
commitf0122f1403bc92eac790ca2b4e1d06bcf45bf745 (patch)
treedff51ec455995334fab7ac6c092a1b91184cfad8 /doc-src/02-docstyle.css
parentf23818ceeaac88f266674ea518878a17a74a1d16 (diff)
downloadmitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.tar.gz
mitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.tar.bz2
mitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.zip
API docs.
Diffstat (limited to 'doc-src/02-docstyle.css')
-rw-r--r--doc-src/02-docstyle.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css
index b3d55e1a..4eb0c101 100644
--- a/doc-src/02-docstyle.css
+++ b/doc-src/02-docstyle.css
@@ -31,31 +31,29 @@ a {
color: #444444;
}
-#bd h1, #bd h2 {
+#bd h1, #bd h2, #bd h3 {
font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
font-weight: normal;
+ color: #181818;
}
#bd h1 {
- font-size: 1.8em;
+ font-size: 1.9em;
border-bottom: 2px solid #ff7033;
margin-top: 5px;
margin-bottom: 5px;
- color: #181818;
}
#bd h2 {
- font-size: 1.3em;
+ font-size: 1.4em;
border-bottom: 1px solid #cccccc;
margin-top: 5px;
margin-bottom: 5px;
- color: #181818;
}
#bd h3 {
margin-bottom: 0px;
-
}
#bd p {
@@ -125,19 +123,13 @@ li a {
font-size: 14px;
}
.example_legend{
- float: right;
line-height: 1;
- margin-left: 20px;
font-size: 12px;
}
.example pre {
margin: 0;
-
}
-
-
-
.kvtable th {
text-align: left;
white-space: nowrap;