comparison: python/mock-1.0.0/html/_static/mobile.css
python/mock-1.0.0/html/_static/mobile.css
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
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 } |