From 5add31eda48aa2db61ee0c76d3d8bc5a0992e6f5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 6 Jun 2005 09:48:48 +0000 Subject: CSS needs "red" not #red git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1388 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 3dda1feec0..300aa1d77a 100644 --- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml +++ b/actionpack/lib/action_controller/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