Skip to content

Commit 4d6263b

Browse files
author
Jason Hanes
committed
50x error page template updates. General markup cleanup and updates to error text for better readability.
1 parent a44e1d5 commit 4d6263b

File tree

3 files changed

+9
-18
lines changed
  • install
    • debian/templates/web/skel/document_errors
    • rhel/templates/web/skel/document_errors
    • ubuntu/templates/web/skel/document_errors

3 files changed

+9
-18
lines changed

install/debian/templates/web/skel/document_errors/50x.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,20 @@
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
21-
2220
<h1>500</h1>
2321
<h2>Internal Server Error</h2>
2422
<div>
25-
Sorry, something went wrong :(
23+
Something went wrong. Please try your request again.
2624
</div>
2725
</body>
28-
2926
</html>

install/rhel/templates/web/skel/document_errors/50x.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,20 @@
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
21-
2220
<h1>500</h1>
2321
<h2>Internal Server Error</h2>
2422
<div>
25-
Sorry, something went wrong :(
23+
Something went wrong. Please try your request again.
2624
</div>
2725
</body>
28-
2926
</html>

install/ubuntu/templates/web/skel/document_errors/50x.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,20 @@
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
21-
2220
<h1>500</h1>
2321
<h2>Internal Server Error</h2>
2422
<div>
25-
Sorry, something went wrong :(
23+
Something went wrong. Please try your request again.
2624
</div>
2725
</body>
28-
2926
</html>

0 commit comments

Comments
 (0)