gecko/python/mock-1.0.0/html/_static/mobile.css
2012-10-29 11:12:30 -04:00

18 lines
312 B
CSS

/*
* 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;
}