File: mobile.css

package info (click to toggle)
python-mock 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,828 kB
  • sloc: python: 5,176; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}