mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Remove extra space at the bottom of the page
This commit is contained in:
parent
425e2854c5
commit
0e24f09dfe
4 changed files with 6 additions and 5 deletions
|
@ -18,6 +18,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
||||||
- Fixed handling of pages and tags with single quotes in the name
|
- Fixed handling of pages and tags with single quotes in the name
|
||||||
- Fixed weirdness on some pages rendered by the Pepperminty Wiki core
|
- Fixed weirdness on some pages rendered by the Pepperminty Wiki core
|
||||||
- Fixed a few minor usability issues on the upload file page.
|
- Fixed a few minor usability issues on the upload file page.
|
||||||
|
- Removed some extra space at the bottom of some pages.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Make `invindex-rebuild` admin-only, but allow access if the POST param `secret` is set to your secret in `peppermint.json`
|
- Make `invindex-rebuild` admin-only, but allow access if the POST param `secret` is set to your secret in `peppermint.json`
|
||||||
|
|
|
@ -220,7 +220,7 @@ if($settingsUpgraded)
|
||||||
|
|
||||||
// Insert the default CSS if requested
|
// Insert the default CSS if requested
|
||||||
$defaultCSS = <<<THEMECSS
|
$defaultCSS = <<<THEMECSS
|
||||||
body { margin: 2rem 0; background: #eee8f2; line-height: 1.45em; color: #111111; font-family: sans-serif; }
|
body { margin: 2rem 0 0 0; background: #eee8f2; line-height: 1.45em; color: #111111; font-family: sans-serif; }
|
||||||
|
|
||||||
nav { display: flex; background-color: #8a62a7; color: #ffa74d; }
|
nav { display: flex; background-color: #8a62a7; color: #ffa74d; }
|
||||||
nav.top { position: absolute; top: 0; left: 0; right: 0; box-shadow: inset 0 -0.6rem 0.8rem -0.5rem rgba(50, 50, 50, 0.5); }
|
nav.top { position: absolute; top: 0; left: 0; right: 0; box-shadow: inset 0 -0.6rem 0.8rem -0.5rem rgba(50, 50, 50, 0.5); }
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.",
|
"description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.",
|
||||||
"id": "feature-stats",
|
"id": "feature-stats",
|
||||||
"lastupdate": 1505579268,
|
"lastupdate": 1505579288,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds a page that lists all the pages in the index along with their metadata.",
|
"description": "Adds a page that lists all the pages in the index along with their metadata.",
|
||||||
"id": "page-list",
|
"id": "page-list",
|
||||||
"lastupdate": 1505577933,
|
"lastupdate": 1505579417,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
body { margin: 2rem 0; background: #eee8f2; line-height: 1.45em; color: #111111; font-family: sans-serif; }
|
body { margin: 2rem 0 0 0; background: #eee8f2; line-height: 1.45em; color: #111111; font-family: sans-serif; }
|
||||||
|
|
||||||
nav { display: flex; background-color: #8a62a7; color: #ffa74d; }
|
nav { display: flex; background-color: #8a62a7; color: #ffa74d; }
|
||||||
nav.top { position: absolute; top: 0; left: 0; right: 0; box-shadow: inset 0 -0.6rem 0.8rem -0.5rem rgba(50, 50, 50, 0.5); }
|
nav.top { position: absolute; top: 0; left: 0; right: 0; box-shadow: inset 0 -0.6rem 0.8rem -0.5rem rgba(50, 50, 50, 0.5); }
|
||||||
|
|
Loading…
Reference in a new issue