@ -65,10 +65,6 @@
//@include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7));
}
li {
font-size: 18px;
.action {
padding: 0 20px 20px 20px;
text-align: center;
@ -20,7 +20,7 @@ class User < ActiveRecord::Base
has_many :records, :inverse_of => :user, :dependent => :destroy
def name
first_name + ' ' + last_name
"#{first_name} #{last_name}"
end