python/mock-1.0.0/html/_static/mobile.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python/mock-1.0.0/html/_static/mobile.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +/*
     1.5 + * CSS adjustments (overrides) for mobile browsers that cannot handle
     1.6 + * fix-positioned div's very well.
     1.7 + * This makes long pages scrollable on mobile browsers.
     1.8 + */
     1.9 +
    1.10 +#breadcrumbs {
    1.11 +	display: none !important;
    1.12 +}
    1.13 +
    1.14 +.document {
    1.15 +    bottom: inherit !important;
    1.16 +}
    1.17 +
    1.18 +#sphinxsidebar {
    1.19 +    bottom: inherit !important;
    1.20 +}

mercurial