File: mobile.css

package info (click to toggle)
python-mock 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,032 kB
  • ctags: 1,296
  • sloc: python: 5,283; makefile: 49
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;
}