diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-03-24 16:46:00 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-03-24 16:46:00 -0400 |
| commit | 69ed7181919f327c653d8b155b907df4b33437e5 (patch) | |
| tree | 5e2fdb08ebcf0d956f1bd4ea8a70185f731c6d90 /docs | |
| parent | 328d3880d5e2d1e1e1897fc9c43c4d46a1f4c0ca (diff) | |
| download | tablib-69ed7181919f327c653d8b155b907df4b33437e5.tar.gz | |
make it mobile!
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_themes/kr/static/flasky.css_t | 43 |
1 files changed, 43 insertions, 0 deletions
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; + } + + + +} + + |
