mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
ad6d8d7ca7
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
48 lines
1.3 KiB
HTML
Vendored
48 lines
1.3 KiB
HTML
Vendored
<!-- Alabaster (krTheme++) Hacks -->
|
|
|
|
|
|
<!-- 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;}
|
|
|
|
/* Much-improved spacing around code blocks. */
|
|
div.highlight pre {padding: 11px 14px;}
|
|
|
|
/* Remain Responsive! */
|
|
@media screen and (max-width: 1008px) {
|
|
div.sphinxsidebar {display: none;}
|
|
div.document {width: 100%!important;}
|
|
|
|
/* Have code blocks escape the document right-margin. */
|
|
div.highlight pre {margin-right: -30px;}
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
<!-- Analytics tracking for Kenneth. -->
|
|
<script type="text/javascript">
|
|
var _gauges = _gauges || [];
|
|
(function() {
|
|
var t = document.createElement('script');
|
|
t.type = 'text/javascript';
|
|
t.async = true;
|
|
t.id = 'gauges-tracker';
|
|
t.setAttribute('data-site-id', '5a956183ba4ae36e18000033');
|
|
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
|
|
t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(t, s);
|
|
})();
|
|
</script>
|
|
|
|
|
|
<!-- That was not a hack. That was art. --> |