From b01aaa6424384b14cfcfbb38abec4ba1c281447b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 26 Dec 2012 22:30:43 -0600 Subject: [PATCH] some stuff --- app/assets/stylesheets/scaffolds.css.scss | 4 ---- app/views/characters/_edit_form.html.erb | 7 ++++++- app/views/characters/_form.html.erb | 3 +++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 6ec6a8ff..bcd8615a 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -23,10 +23,6 @@ a { &:visited { color: #666; } - &:hover { - color: #fff; - background-color: #000; - } } div { diff --git a/app/views/characters/_edit_form.html.erb b/app/views/characters/_edit_form.html.erb index e52a0349..d475a5bf 100644 --- a/app/views/characters/_edit_form.html.erb +++ b/app/views/characters/_edit_form.html.erb @@ -4,7 +4,9 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> - Randomize + + Randomize +
@@ -17,6 +19,9 @@ <%= f.label :age, :class => 'control-label' %>
<%= f.text_field :age, :class => 'text_field' %> + + Randomize +
diff --git a/app/views/characters/_form.html.erb b/app/views/characters/_form.html.erb index b59c0efd..0a13ae2c 100644 --- a/app/views/characters/_form.html.erb +++ b/app/views/characters/_form.html.erb @@ -4,6 +4,9 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> + + Randomize +