aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-04 22:44:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-04 22:44:40 +0000
commitc2d53356ac7ab70162cf8e44d4f2fb00bfbc4dc7 (patch)
tree02d23bee2351b06ecdc38554f568e5c474239055
parent3bf3bc228c503f93122f19bc208ff175c59cc362 (diff)
downloadrails-c2d53356ac7ab70162cf8e44d4f2fb00bfbc4dc7.tar.gz
rails-c2d53356ac7ab70162cf8e44d4f2fb00bfbc4dc7.tar.bz2
rails-c2d53356ac7ab70162cf8e44d4f2fb00bfbc4dc7.zip
Fix CSS for Windows (closes #4564)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4164 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml34
1 files changed, 17 insertions, 17 deletions
diff --git a/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml
index 38275c8489..167613f681 100644
--- a/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml
+++ b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml
@@ -28,32 +28,32 @@
#errorExplanation {
width: 400px;
- border: 2px solid red;
- padding: 7px;
- padding-bottom: 12px;
- margin-bottom: 20px;
- background-color: #f0f0f0;
+ border: 2px solid red;
+ padding: 7px;
+ padding-bottom: 12px;
+ margin-bottom: 20px;
+ background-color: #f0f0f0;
}
#errorExplanation h2 {
- text-align: left;
- font-weight: bold;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- margin: -7px;
- background-color: #c00;
- color: #fff;
+ text-align: left;
+ font-weight: bold;
+ padding: 5px 5px 5px 15px;
+ font-size: 12px;
+ margin: -7px;
+ background-color: #c00;
+ color: #fff;
}
#errorExplanation p {
- color: #333;
- margin-bottom: 0;
- padding: 5px;
+ color: #333;
+ margin-bottom: 0;
+ padding: 5px;
}
#errorExplanation ul li {
- font-size: 12px;
- list-style: square;
+ font-size: 12px;
+ list-style: square;
}
</style>
</head>