aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/scaffolds
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/templates/scaffolds')
-rw-r--r--actionpack/lib/action_controller/templates/scaffolds/layout.rhtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
index 34e43cc8d3..120f0cfb62 100644
--- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
+++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
@@ -28,7 +28,7 @@
display: table;
}
- #ErrorExplanation {
+ #errorExplanation {
width: 400px;
border: 2px solid red;
padding: 7px;
@@ -37,7 +37,7 @@
background-color: #f0f0f0;
}
- #ErrorExplanation h2 {
+ #errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
@@ -47,13 +47,13 @@
color: #fff;
}
- #ErrorExplanation p {
+ #errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 5px;
}
- #ErrorExplanation ul li {
+ #errorExplanation ul li {
font-size: 12px;
list-style: square;
}