diff options
author | Byron Bischoff <byronb@gmail.com> | 2014-09-25 13:53:45 -0700 |
---|---|---|
committer | Byron Bischoff <byronb@gmail.com> | 2014-09-25 13:53:45 -0700 |
commit | fe1b02d5ac13c9157ce9c8c960271b238455c691 (patch) | |
tree | e2c939cf2a28ea08f1fedd945523e593f6995ada /railties/lib/rails | |
parent | 9d05d6de52871e57bfbf54a60de005e8a5f5b0e4 (diff) | |
download | rails-fe1b02d5ac13c9157ce9c8c960271b238455c691.tar.gz rails-fe1b02d5ac13c9157ce9c8c960271b238455c691.tar.bz2 rails-fe1b02d5ac13c9157ce9c8c960271b238455c691.zip |
remove extra # in css
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/templates/rails/welcome/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index b06260b5af..89792066d5 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -65,7 +65,7 @@ } #header h1, #header h2 {margin: 0} - # + #header h2 { color: #888; font-weight: normal; |