diff options
author | David Cabo <david@calibea.com> | 2011-09-19 00:36:53 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-19 00:36:53 +0200 |
commit | 92a82a11a852b285bd2e877bee857b8236f25513 (patch) | |
tree | bcffc2e8399ae20776b628418a08f1e8468d2edf | |
parent | c6cf3d96b8272927acf269a9d1520502ae84cdff (diff) |
Minor fix to default layout to ensure content div wraps around all floating children divs
-rw-r--r-- | app/views/layouts/default.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index d2681859c..abac4139c 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -139,6 +139,7 @@ <div id="<%= controller.controller_name + "_" + controller.action_name %>" class="controller_<%= controller.controller_name %>"> <%= yield :layout %> </div> + <div style="clear:both"></div> </div> </div> |