lib/rails/generators/humdrum/layout/templates/stylesheets/overrides-gumby.css in humdrum-rails-0.0.7 vs lib/rails/generators/humdrum/layout/templates/stylesheets/overrides-gumby.css in humdrum-rails-0.0.8

- old
+ new

@@ -14,5 +14,13 @@ h3 { font-size: 24px; font-size: 1.60rem} h4 { font-size: 20px; font-size: 1.50rem} h5 { font-size: 16px; font-size: 1.40rem} h6 { font-size: 14px; font-size: 1.30rem} +/* jQuery Validation error highlighting */ +div.danger label.error {color: darkred; font-size:12px;} +div.danger textarea {background-color: #f0c5c5; } + +/* textareas should stretch maximum with default border color to match with text boxes. Also the text style should match with text input fields*/ +form textarea {width: 100%; border-color:#d8d8d8; color: #222; padding: 5px 10px; font-family: 'Open Sans'; font-weight: 300;} + +