~ubuntu-branches/ubuntu/wily/python-mock/wily-proposed

« back to all changes in this revision

Viewing changes to docs/_static/mobile.css

  • Committer: Bazaar Package Importer
  • Author(s): Fladischer Michael
  • Date: 2011-08-23 13:13:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110823131344-lx8sddj08rlgaryj
Tags: 0.7.2-1
* New upstream release. (Closes: #617799)
* Set PMPT as maintainer and myself as uploader.
* Switch to source format 3.0 (quilt).
* Switch to dh_python2.
* Use pypi.python.org in d/watch.
* Use DEP5 for copyright file.
* Streamline packaging code with wrap-and-sort.
* Bumped Standards-Version to 3.9.2 (no change necessary).
* Move HTML documentation to u/s/d/python-mock/html/.
* Use dh_link to create the documentation source symlinks.
* Set X-P-V to >= 2.4.
* Build for Python3.
* Use dh_sphinxdoc.
* Ship documentation in separate package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}