diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-10 19:06:07 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-11 21:33:18 -0400 |
commit | dad65f11e7c34ec652df6971709c0d496947d6f6 (patch) | |
tree | 5ab27696319d99a464df7ebe44373eaf0ba8fa37 /ext/info.html | |
parent | 6f5d194b525119f15f0ea964983cac8714d22cfe (diff) |
Improve internal page overflow (#1660)
* Improve overflow of internal pages
* Improve wrapping of the Origin: example text
Diffstat (limited to 'ext/info.html')
-rw-r--r-- | ext/info.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/info.html b/ext/info.html index fa330046..5872dda4 100644 --- a/ext/info.html +++ b/ext/info.html @@ -18,6 +18,7 @@ <!-- Main content --> <div class="content-outer"><div class="content"> +<div class="content-left"></div> <div class="content-center"> <span tabindex="-1" id="content-scroll-focus"></span> @@ -55,6 +56,7 @@ <div class="footer-padding"></div> </div> +<div class="content-right"></div> </div></div> <!-- Scripts --> |