AmmosSource
guix
|
Last change
on this file since 4455f2b was 5547430, checked in by Enrico Schwass <ennoausberlin@…>, 4 years ago |
|
docs updated
|
-
Property mode
set to
100644
|
|
File size:
312 bytes
|
| Line | |
|---|
| 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 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.