Skip to content

Commit

Permalink
CSS needs "red" not #red
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jun 6, 2005
1 parent 508c26c commit 5add31e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#ErrorExplanation {
width: 400px;
border: 2px solid #red;
border: 2px solid 'red';
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#ErrorExplanation {
width: 400px;
border: 2px solid #red;
border: 2px solid 'red';
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a:hover { color: #fff; background-color:#000; }

#ErrorExplanation {
width: 400px;
border: 2px solid #red;
border: 2px solid 'red';
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
Expand Down

0 comments on commit 5add31e

Please sign in to comment.