diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index dfe6b82..485a120 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -568,6 +568,9 @@ div.markdown_help_label { float: right; font-size: 9pt; line-height: 2em; + color: #aaa; + text-decoration: underline; + cursor: pointer; } diff --git a/app/views/comments/_commentbox.html.erb b/app/views/comments/_commentbox.html.erb index a49225b..52f6668 100644 --- a/app/views/comments/_commentbox.html.erb +++ b/app/views/comments/_commentbox.html.erb @@ -14,7 +14,7 @@
- Markdown formatting available + Markdown formatting available
<%= button_tag "#{comment.new_record?? "Post" : "Update"} Comment", diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index dca7b60..db891d4 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -49,13 +49,14 @@
<%= f.label :about, "About:", :class => "required" %> - <%= f.text_area :about, :size => "100x5" %> + <%= f.text_area :about, :size => "100x5", :style => "width: 600px;" %>
-
+
- Limited Markdown formatting available + Markdown formatting available
diff --git a/app/views/stories/edit.html.erb b/app/views/stories/edit.html.erb index 264311b..b71e14a 100644 --- a/app/views/stories/edit.html.erb +++ b/app/views/stories/edit.html.erb @@ -13,7 +13,7 @@
- Markdown formatting available + Markdown formatting available
<%= submit_tag "Save" %> diff --git a/app/views/stories/new.html.erb b/app/views/stories/new.html.erb index 5a60678..8c23e50 100644 --- a/app/views/stories/new.html.erb +++ b/app/views/stories/new.html.erb @@ -12,7 +12,7 @@
- Markdown formatting available + Markdown formatting available
<%= submit_tag "Submit" %>