From b3e2410f4430c1933caaee018c288332fdd1082b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 4 Nov 2011 22:15:54 -0400 Subject: [PATCH] mobile auto width --- docs/_themes/kr/static/small_flask.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/_themes/kr/static/small_flask.css b/docs/_themes/kr/static/small_flask.css index b296e4a160..f6321f88eb 100644 --- a/docs/_themes/kr/static/small_flask.css +++ b/docs/_themes/kr/static/small_flask.css @@ -73,10 +73,11 @@ div.body { display: none; } -div.document { - width: 100%; +.document { + width: auto; } + /* div.sphinxsidebar { display: none; @@ -100,9 +101,7 @@ ul { margin-left: 0; } -.document { - width: auto; -} + .footer { width: auto;