From 63fde92b681eba784ca54a70dce9821ba11d4ab8 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 4 Jun 2024 19:44:20 +0000 Subject: [PATCH] - Minors addition / bugfixes --- skeleton/public/.htaccess | 4 ++++ view/lean/layout/docs.phtml | 1 + 2 files changed, 5 insertions(+) diff --git a/skeleton/public/.htaccess b/skeleton/public/.htaccess index ff69dbe..83b5381 100644 --- a/skeleton/public/.htaccess +++ b/skeleton/public/.htaccess @@ -6,6 +6,10 @@ # RewriteCond %{HTTPS} off # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # Reverse Proxy ; Force HTTPS (disabled by default) + # RewriteCond %{HTTP:X-Forwarded-SSL} off + # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # Remove trailing slashes from request URL #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} (.+)/$ diff --git a/view/lean/layout/docs.phtml b/view/lean/layout/docs.phtml index 16ddd25..58d8865 100644 --- a/view/lean/layout/docs.phtml +++ b/view/lean/layout/docs.phtml @@ -24,6 +24,7 @@ li.odd-even{border-top:1px solid #ccc;margin:10px 0;padding:15px 15px 10px 5px} li.odd-even:first-child{border:0} input, button {padding:5px; font-size:1em;margin-top:10px} + ul ul {margin: 0;border: 0;padding: 5px 30px;} {% endsection %}