Add centering for derpy

This commit is contained in:
Christine Dodrill 2015-01-31 23:56:38 -08:00
parent a7495b775e
commit 63dde02c6e
1 changed files with 1 additions and 1 deletions

View File

@ -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"