diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-19 01:47:54 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-19 01:47:54 -0500 |
| commit | 60b591eaac1836998550f555cd6d28a2c87b4f84 (patch) | |
| tree | e2e9c2802092fa03f8dfcc84e52f7cf360faba44 /docs/_templates/hacks.html | |
| parent | dbefff68214b9a65d53a6f13fc1f1e49d6c7c91f (diff) | |
| download | python-requests-60b591eaac1836998550f555cd6d28a2c87b4f84.tar.gz | |
docs: widen things up
Diffstat (limited to 'docs/_templates/hacks.html')
| -rw-r--r-- | docs/_templates/hacks.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html index b18e73d0..997f8b23 100644 --- a/docs/_templates/hacks.html +++ b/docs/_templates/hacks.html @@ -2,8 +2,21 @@ <!-- CSS Adjustments (I'm very picky.) --> <style type="text/css"> + + /* Rezzy requires precise alignment. */ img.logo {margin-left: -20px!important;} + + /* "Quick Search" should be capitalized. */ div#searchbox h3 {text-transform: capitalize;} + + /* Make the document a little wider, less code is cut-off. */ + div.document {width: 1008px;} + + /* Remain Responsive! */ + @media screen and (max-width: 1008px) { + div.sphinxsidebar {display: none;} + div.document {width: 100%!important;} + } </style> <!-- Analytics tracking for Kenneth. --> @@ -21,3 +34,7 @@ s.parentNode.insertBefore(t, s); })(); </script> + +<!-- There are no more hacks. --> +<!-- இڿڰۣ-ڰۣ— --> +<!-- Love, Kenneth Reitz -->
\ No newline at end of file |
