diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index aa3e8ebb..b7c3a2a2 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; @@ -415,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; +} +