Fix styling on not found page

This commit is contained in:
Stian Thorgersen 2015-04-16 09:32:37 +02:00
parent fda190de01
commit d42c917448

View file

@ -1,14 +1,9 @@
<div id="wrapper" class="container">
<div class="row"> <div id="content-area" class="col-sm-12" role="main">
<div class="bs-sidebar col-md-3 clearfix"></div> <div class="error-container">
<div id="content-area" class="col-md-9" role="main"> <h2>Page <strong>not found</strong>...</h2>
<div class="error-container"> <p class="instruction">We could not find the page you are looking for. Please make sure the URL you entered is correct.</p>
<h2>Page <strong>not found</strong>...</h2> <a href="#" class="link-right">Go to the home page &raquo;</a>
<p class="instruction">We could not find the page you are looking for. Please make sure the URL you entered is correct.</p> <!-- <a href="#" class="link-right">Go to the realm page &raquo;</a> -->
<a href="#" class="link-right">Go to the home page &raquo;</a>
<!-- <a href="#" class="link-right">Go to the realm page &raquo;</a> -->
</div>
</div>
<div id="container-right-bg"></div>
</div> </div>
</div> </div>