hide duplicate flash notice on Sessions#new

This commit is contained in:
Dan Hansen 2011-10-27 20:31:14 -05:00
parent 826e46ef2c
commit 29a0706123

View file

@ -9,7 +9,7 @@
= include_javascripts :login
:css
header{ display:none; }
header, #flash_alert { display:none; }
footer{ position: absolute; bottom: 6px; }
.container{:style => 'text-align:center;'}