From 8d3b3e391d3c85de3b09c69f131634009d998b71 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 23:57:49 -0800 Subject: [PATCH] fix 404 --- views/notfound.moon | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/notfound.moon b/views/notfound.moon index 9c0a241..8e6a5ab 100644 --- a/views/notfound.moon +++ b/views/notfound.moon @@ -7,6 +7,4 @@ class UserInfo extends Widget p "Page not found!" - div style: "position:relative", -> - div style: "position:absolute; top:50%; width: 400px", -> - img src: "/static/img/404.png" + img src: "/static/img/404.png"