Skip to content

Commit

Permalink
Release 3: Add Error Handling
Browse files Browse the repository at this point in the history
I had already sent the messages back on the previous release. It had not
occurred to me to do anything else. Added a little CSS to make the error
messages stand out.
  • Loading branch information
G. Wade Johnson committed Oct 9, 2015
1 parent cce531b commit 34494b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/app/assets/stylesheets/urls.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Place all the styles related to the Urls controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.error {
color: red;
}

0 comments on commit 34494b4

Please sign in to comment.