summaryrefslogtreecommitdiffstats
path: root/errors
diff options
context:
space:
mode:
authorFateh Sandhu <fatehsandhu@gmail.com>2018-01-02 01:37:23 +0100
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-01-02 01:37:23 +0100
commit37bac7ea1661464624b21f24940cbad625ef056b (patch)
tree7d1ac0308fdc62ddab5a7a948bc488472593aaeb /errors
parente83fa315f72b97c5504e85236623df1f14dddc94 (diff)
downloadbugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz
bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'errors')
-rw-r--r--errors/401.html2
-rw-r--r--errors/403.html2
-rw-r--r--errors/404.html2
-rw-r--r--errors/500.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/errors/401.html b/errors/401.html
index 55c04398d..8242b549f 100644
--- a/errors/401.html
+++ b/errors/401.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Access Denied</title>
- <style type="text/css">
+ <style>
body {
margin: 1em 2em;
background-color: #455372;
diff --git a/errors/403.html b/errors/403.html
index 35325cfea..e2faf8522 100644
--- a/errors/403.html
+++ b/errors/403.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Access Denied</title>
- <style type="text/css">
+ <style>
body {
margin: 1em 2em;
background-color: #455372;
diff --git a/errors/404.html b/errors/404.html
index 56c72d0e2..3b476471c 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Object Not Found</title>
- <style type="text/css">
+ <style>
body {
margin: 1em 2em;
background-color: #455372;
diff --git a/errors/500.html b/errors/500.html
index 2ffd6bad3..e0657001d 100644
--- a/errors/500.html
+++ b/errors/500.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Internal Server Error</title>
- <style type="text/css">
+ <style>
body {
margin: 1em 2em;
background-color: #455372;