From 63dde02c6e94b801ff81b1c5d9f3720543c6f57f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 23:56:38 -0800 Subject: [PATCH] Add centering for derpy --- views/notfound.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/notfound.moon b/views/notfound.moon index 7e72458..9c0a241 100644 --- a/views/notfound.moon +++ b/views/notfound.moon @@ -8,5 +8,5 @@ class UserInfo extends Widget p "Page not found!" div style: "position:relative", -> - div style: "position:absolute; top:50%;", -> + div style: "position:absolute; top:50%; width: 400px", -> img src: "/static/img/404.png"