diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-27 20:23:51 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-27 20:23:51 -0500 |
commit | 65afed116e377c5a17bd6faf278ae9b71dd5abdf (patch) | |
tree | a001918d3224a952f6406a5e9b6fbead7cc46f01 /views/default/css/elements/components.php | |
parent | 6a81b2478fb7cb689c3e285ba88a35f839eb1f8e (diff) | |
download | elgg-65afed116e377c5a17bd6faf278ae9b71dd5abdf.tar.gz elgg-65afed116e377c5a17bd6faf278ae9b71dd5abdf.tar.bz2 |
Fixes #3982 fixing scrolling issue with elgg-body
Diffstat (limited to 'views/default/css/elements/components.php')
-rw-r--r-- | views/default/css/elements/components.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index f675ab7cb..77313fa1a 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -7,17 +7,6 @@ * @package Elgg.Core * @subpackage UI */ -/** - * elgg-body fills the space available to it. - * It uses hidden text to expand itself. The combination of auto width, overflow - * hidden, and the hidden text creates this effect. - * - * This allows us to float fixed width divs to either side of an .elgg-body div - * without having to specify the body div's width. - * - * @todo check what happens with long <pre> tags or large images - * @todo Move this to its own file -- it is very complicated and should not have to be overridden. - */ ?> /* *************************************** |