From 69ed7181919f327c653d8b155b907df4b33437e5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 24 Mar 2011 16:46:00 -0400 Subject: [PATCH] make it mobile! --- docs/_themes/kr/static/flasky.css_t | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index c680994..5c2cb7e 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -385,3 +385,46 @@ a.footnote-reference:hover { a:hover tt { background: #EEE; } + + +@media screen and (max-width: 600px) { + + 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; + } + + .document { + width: auto; + } + + .bodywrapper { + margin: 0; + } + + .footer { + width: auto; + } + + + +} + +