diff options
author | wycats <wycats@gmail.com> | 2010-04-10 04:51:41 -0400 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-10 04:51:41 -0400 |
commit | 3401b9ba6dc4aa148b5e35cc987f243622ad61d6 (patch) | |
tree | 11662dfec6bc2587cad4eab43fd3001432943b35 /railties/guides/assets/stylesheets | |
parent | 13bbf98d85029fd4e3563ac46413c7b72625bc25 (diff) | |
download | rails-3401b9ba6dc4aa148b5e35cc987f243622ad61d6.tar.gz rails-3401b9ba6dc4aa148b5e35cc987f243622ad61d6.tar.bz2 rails-3401b9ba6dc4aa148b5e35cc987f243622ad61d6.zip |
Update the routing guide for style and to add information on new routing features
Diffstat (limited to 'railties/guides/assets/stylesheets')
-rw-r--r-- | railties/guides/assets/stylesheets/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/assets/stylesheets/main.css b/railties/guides/assets/stylesheets/main.css index 7ccae2c87e..bab0b7a9d9 100644 --- a/railties/guides/assets/stylesheets/main.css +++ b/railties/guides/assets/stylesheets/main.css @@ -437,7 +437,7 @@ div.code_container, div.important, div.caution, div.warning, div.note, div.info /* Remove bottom margin of paragraphs in special boxes, otherwise they get a spurious blank area below with the box background. */ div.important p, div.caution p, div.warning p, div.note p, div.info p { - margin-bottom: 0px; + margin-bottom: 1em; } /* Edge Badge |