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 --- .../lib/action_web_service/templates/scaffolds/layout.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/lib/action_web_service/templates/scaffolds') diff --git a/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml index eff2e270a9..f083fae08c 100644 --- a/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml +++ b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml @@ -28,7 +28,7 @@ #ErrorExplanation { width: 400px; - border: 2px solid 'red'; + border: 2px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; -- cgit v1.2.3