-1:000000000000 | 0:5274c6e0df2e |
---|---|
1 /* | |
2 * CSS adjustments (overrides) for mobile browsers that cannot handle | |
3 * fix-positioned div's very well. | |
4 * This makes long pages scrollable on mobile browsers. | |
5 */ | |
6 | |
7 #breadcrumbs { | |
8 display: none !important; | |
9 } | |
10 | |
11 .document { | |
12 bottom: inherit !important; | |
13 } | |
14 | |
15 #sphinxsidebar { | |
16 bottom: inherit !important; | |
17 } |