- Minors addition / bugfixes
This commit is contained in:
parent
8190d3483b
commit
63fde92b68
|
@ -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} (.+)/$
|
||||
|
|
|
@ -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;}
|
||||
</style>
|
||||
</head>
|
||||
{% endsection %}
|
||||
|
|
Loading…
Reference in New Issue