AmmosSource
guix
|
Last change
on this file since 93661be was 93661be, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago |
|
sphinx-apidoc run again
|
-
Property mode
set to
100644
|
|
File size:
312 bytes
|
| Rev | Line | |
|---|
| [93661be] | 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.