summaryrefslogtreecommitdiff
path: root/docs/_themes
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-11-12 11:30:24 -0800
committerKenneth Reitz <me@kennethreitz.com>2011-11-12 11:30:24 -0800
commit52b9f01e6eec430177ea160fa068dfb0a6f215be (patch)
treeb210f24783ab253970106faae833c8b9e33f3e4c /docs/_themes
parentb7bb1c7b6121a2faa31cc9295933c5500779e155 (diff)
downloadpython-requests-52b9f01e6eec430177ea160fa068dfb0a6f215be.tar.gz
kill small css file
Diffstat (limited to 'docs/_themes')
-rw-r--r--docs/_themes/kr/layout.html2
-rw-r--r--docs/_themes/kr/static/small_flask.css90
2 files changed, 0 insertions, 92 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index 4a7affe2..7a9c7e0c 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -4,8 +4,6 @@
{% if theme_touch_icon %}
<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" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
{% endblock %}
{%- block relbar2 %}{% endblock %}
diff --git a/docs/_themes/kr/static/small_flask.css b/docs/_themes/kr/static/small_flask.css
deleted file mode 100644
index 8d55e95f..00000000
--- a/docs/_themes/kr/static/small_flask.css
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * small_flask.css_t
- * ~~~~~~~~~~~~~~~~~
- *
- * :copyright: Copyright 2010 by Armin Ronacher.
- * :license: Flask Design License, see LICENSE for details.
- */
-
-body {
- margin: 0;
- padding: 20px 30px;
-}
-
-div.documentwrapper {
- float: none;
- background: white;
-}
-
-div.sphinxsidebar {
- display: block;
- float: none;
- width: 102.5%;
- margin: 50px -30px -20px -30px;
- padding: 10px 20px;
- background: #333;
- color: white;
-}
-
-div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
-div.sphinxsidebar h3 a {
- color: white;
-}
-
-div.sphinxsidebar a {
- color: #aaa;
-}
-
-div.sphinxsidebar p.logo {
- display: none;
-}
-
-div.document {
- width: 100%;
- margin: 0;
-}
-
-div.related {
- display: block;
- margin: 0;
- padding: 10px 0 20px 0;
-}
-
-div.related ul,
-div.related ul li {
- margin: 0;
- padding: 0;
-}
-
-div.footer {
- display: none;
-}
-
-div.bodywrapper {
- margin: 0;
-}
-
-div.body {
- min-height: 0;
- padding: 0;
-}
-
-.rtd_doc_footer {
- display: none;
-}
-
-.document {
- width: auto;
-}
-
-.footer {
- width: auto;
-}
-
-.footer {
- width: auto;
-}
-
-.github {
- display: none;
-} \ No newline at end of file