From 17816a11ee62e133663276561ec53b8a2a98f6f8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 26 Oct 2005 13:26:51 +0000 Subject: Proper CSS color definition (closes #2334) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/templates/scaffolds/layout.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/templates/scaffolds') diff --git a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml index f03588ffa0..34e43cc8d3 100644 --- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml +++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml @@ -30,7 +30,7 @@ #ErrorExplanation { width: 400px; - border: 2px solid 'red'; + border: 2px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; -- cgit v1.2.3