From e0da3a703922feab8d77e8d106a56024844d7947 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 11 Jul 2012 14:27:15 -0500 Subject: [PATCH] little spacing tweaks --- app/assets/stylesheets/application.css | 3 ++- app/views/stories/_form.html.erb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 485a120..60507b3 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -575,7 +575,7 @@ div.markdown_help_label { div#story_box input#story_url { - width: 506px; + width: 508px; } div#story_box input#story_title { width: 600px; @@ -584,6 +584,7 @@ div#story_box #story_tags_a { width: 624px; } div#story_box textarea { + line-height: 1.3em; width: 600px; } div#story_box div.markdown_help_toggler { diff --git a/app/views/stories/_form.html.erb b/app/views/stories/_form.html.erb index 92edb60..5893163 100644 --- a/app/views/stories/_form.html.erb +++ b/app/views/stories/_form.html.erb @@ -31,7 +31,7 @@
<%= f.label :description, "Text:", :class => "required" %> <%= f.text_area :description, :rows => 15, - :placeholder => "Optional when submitting a URL; only to be used for background/explanation of the URL being posted. Please reserve commentary to a reply comment so it can be voted on separately.", + :placeholder => "Optional when submitting a URL; only to be used for background/explanation of the URL being posted. Please reserve commentary for a reply comment so it can be voted on separately.", :autocomplete => "off" %>