summaryrefslogtreecommitdiff
path: root/docs/_themes
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-11-04 22:58:43 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-11-04 22:58:43 -0400
commit628325ae90352e09fa5ccee29211ddeb2955d199 (patch)
tree3171caae01fec1e2644bb21a01270d220234fbe2 /docs/_themes
parentb3e2410f4430c1933caaee018c288332fdd1082b (diff)
downloadpython-requests-628325ae90352e09fa5ccee29211ddeb2955d199.tar.gz
Officialâ„¢ mobile-friendly
Diffstat (limited to 'docs/_themes')
-rw-r--r--docs/_themes/kr/layout.html8
-rw-r--r--docs/_themes/kr/static/flasky.css_t8
-rw-r--r--docs/_themes/kr/static/small_flask.css34
3 files changed, 13 insertions, 37 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index 623e3ef0..54221a9c 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -2,18 +2,20 @@
{%- block extrahead %}
{{ super() }}
{% if theme_touch_icon %}
- <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
+ <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
{% endif %}
<link media="only screen and (max-device-width: 480px)" href="{{
pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" />
+ <script src="http://localhost:9000/target/target-script-min.js#anonymous"></script>
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
{% endblock %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
<div class="footer">
&copy; Copyright {{ copyright }}.
</div>
- <a href="https://github.com/kennethreitz/requests">
- <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
+ <a href="https://github.com/kennethreitz/requests" class="github">
+ <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
</a>
<script type="text/javascript">
diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t
index b7c3a2a2..bb00e935 100644
--- a/docs/_themes/kr/static/flasky.css_t
+++ b/docs/_themes/kr/static/flasky.css_t
@@ -395,9 +395,9 @@ a:hover tt {
div.document {
width: 100%;
-
+
}
-
+
div.documentwrapper {
margin-left: 0;
margin-top: 0;
@@ -432,7 +432,9 @@ a:hover tt {
width: auto;
}
-
+ .github {
+ display: none;
+ }
}
diff --git a/docs/_themes/kr/static/small_flask.css b/docs/_themes/kr/static/small_flask.css
index f6321f88..8d55e95f 100644
--- a/docs/_themes/kr/static/small_flask.css
+++ b/docs/_themes/kr/static/small_flask.css
@@ -77,42 +77,14 @@ div.body {
width: auto;
}
-
-/*
-div.sphinxsidebar {
- display: none;
-}
-
-div.documentwrapper {
- margin-left: 0;
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
-}
-
-div.bodywrapper {
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- margin-left: 0;
-}
-
-ul {
- margin-left: 0;
-}
-
-
-
.footer {
width: auto;
}
-.bodywrapper {
- margin: 0;
-}
-
.footer {
width: auto;
}
-*/ \ No newline at end of file
+.github {
+ display: none;
+} \ No newline at end of file