Upgrade framework
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# 6fm -> nhgooi
|
||||
RewriteCond %{HTTP_HOST} ^(www\.)6fm.nl(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ https://nhgooi.nl/$2 [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} nhgooigemist.nl [NC]
|
||||
RewriteRule ^(.*)$ https://nhgooi.nl/gemist [R=301,L]
|
||||
|
||||
# Remove www.
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
|
||||
|
||||
@@ -462,3 +462,15 @@ a.fixed-height img {
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.info {
|
||||
padding: 1em;
|
||||
color: #3E3E3E;
|
||||
line-height: 150%;
|
||||
border-radius: 10px;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
div.info p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
p
|
||||
p, .post .text div
|
||||
{
|
||||
padding: 1em 0;
|
||||
color: #3E3E3E;
|
||||
|
||||
Reference in New Issue
Block a user