diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-20 23:19:58 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-20 23:19:58 +1200 |
| commit | 2bdbbaa8afb80ff1a59542f011fa87ffdfaf7b16 (patch) | |
| tree | aa56686d1fbd0e6cfc9da05831432c814c906c12 /libpathod/static | |
| parent | 21ef35fd281a3f0783b08276db8407b12f33ae5d (diff) | |
| download | mitmproxy-2bdbbaa8afb80ff1a59542f011fa87ffdfaf7b16.tar.gz mitmproxy-2bdbbaa8afb80ff1a59542f011fa87ffdfaf7b16.tar.bz2 mitmproxy-2bdbbaa8afb80ff1a59542f011fa87ffdfaf7b16.zip | |
Convert documentation to HTML, fix styling.
Diffstat (limited to 'libpathod/static')
| -rw-r--r-- | libpathod/static/pathod.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libpathod/static/pathod.css b/libpathod/static/pathod.css new file mode 100644 index 00000000..3e24dd7d --- /dev/null +++ b/libpathod/static/pathod.css @@ -0,0 +1,19 @@ + + +section { + margin-top: 50px; + +} + +.example { + margin-top: 10px; + margin-bottom: 10px; + +} + +.terminal { + margin-top: 10px; + margin-bottom: 10px; + background: #000; + color: #fff; +} |
