diff options
Diffstat (limited to 'python/mock-1.0.0/html/_static/mobile.css')
-rw-r--r-- | python/mock-1.0.0/html/_static/mobile.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python/mock-1.0.0/html/_static/mobile.css b/python/mock-1.0.0/html/_static/mobile.css new file mode 100644 index 000000000..0cfe799b2 --- /dev/null +++ b/python/mock-1.0.0/html/_static/mobile.css @@ -0,0 +1,17 @@ +/* + * CSS adjustments (overrides) for mobile browsers that cannot handle + * fix-positioned div's very well. + * This makes long pages scrollable on mobile browsers. + */ + +#breadcrumbs { + display: none !important; +} + +.document { + bottom: inherit !important; +} + +#sphinxsidebar { + bottom: inherit !important; +} |