Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
docs(Debug): End Error Handle Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Mar 8, 2019
1 parent c58c8bb commit 94906eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/public/static/css/error.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body{background-color:#2F3242}
.message-img{position:absolute;top:50%;left:40%;margin-top:-250px;margin-left:-400px}
.message-img{position:absolute;top:40%;left:40%;margin-top:-250px;margin-left:-400px}
.message-box{width:600px;position:absolute;top:30%;left:40%;margin-top:-100px;margin-left:50px;color:#FFF;font-family:Roboto;font-weight:300}
.message-box h1{font-size:60px;line-height:46px;margin-bottom:40px}
.buttons-con .action-link-wrap{margin-top:40px}
Expand Down
2 changes: 1 addition & 1 deletion apps/views/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<title>Error Page</title>

<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="/static/css/error.css?<?= time() // FIXME For debug ?>"/>
<link type="text/css" rel="stylesheet" href="/static/css/error.css"/>

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down

0 comments on commit 94906eb

Please sign in to comment.