0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Merge pull request #3812 from felixrieseberg/iss3810-404

Center default user-error (404, etc.)
This commit is contained in:
John O'Nolan 2014-08-19 00:15:52 +02:00
commit b92f201f08

View file

@ -21,6 +21,7 @@
</head>
<body class="{{bodyClass}}">
<main role="main" id="main">
<div id="container">
<section class="error-content error-404 js-error-container">
<section class="error-details">
<figure class="error-image">
@ -51,6 +52,7 @@
</ul>
</section>
{{/if}}
</div>
</main>
</body>
</html>