michael@0: /* michael@0: * CSS adjustments (overrides) for mobile browsers that cannot handle michael@0: * fix-positioned div's very well. michael@0: * This makes long pages scrollable on mobile browsers. michael@0: */ michael@0: michael@0: #breadcrumbs { michael@0: display: none !important; michael@0: } michael@0: michael@0: .document { michael@0: bottom: inherit !important; michael@0: } michael@0: michael@0: #sphinxsidebar { michael@0: bottom: inherit !important; michael@0: }