From 3615cbc9df85a7fe374c1a7e3fe2c64ad91fe0ea Mon Sep 17 00:00:00 2001 From: anatomyofashane Date: Mon, 31 Oct 2011 22:24:59 -0300 Subject: [PATCH 1/2] Update docs/_themes/kr/static/flasky.css_t --- docs/_themes/kr/static/flasky.css_t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index aa3e8ebb..6610b88c 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -393,6 +393,11 @@ a:hover tt { display: none; } + div.document { + width: 100%; + + } + div.documentwrapper { margin-left: 0; margin-top: 0; From 4fcf14e1240ba5e9e183fc1d785b7c5594857d5d Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 31 Oct 2011 21:50:57 -0400 Subject: [PATCH 2/2] ch ch chcnages via @kennethreitz --- docs/_themes/kr/static/flasky.css_t | 4 +++ docs/_themes/kr/static/small_flask.css | 43 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index 6610b88c..b7c3a2a2 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -420,6 +420,10 @@ a:hover tt { width: auto; } + .footer { + width: auto; + } + .bodywrapper { margin: 0; } diff --git a/docs/_themes/kr/static/small_flask.css b/docs/_themes/kr/static/small_flask.css index 1c6df309..0d93b72a 100644 --- a/docs/_themes/kr/static/small_flask.css +++ b/docs/_themes/kr/static/small_flask.css @@ -68,3 +68,46 @@ div.body { min-height: 0; padding: 0; } + +div.sphinxsidebar { + display: none; +} + +div.document { + width: 100%; +} + +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; +} + +.footer { + width: auto; +} + +.bodywrapper { + margin: 0; +} + +.footer { + width: auto; +} +