From: Dan Scott Date: Tue, 24 Sep 2013 15:24:39 +0000 (-0400) Subject: TPAC: Main content needs a clear:both style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9e5868329f0b89d8922f5db6ccc6056f41a3489;p=working%2FEvergreen.git TPAC: Main content needs a clear:both style On My Account, the content of tabs was riding up against the tabs. Use clear:both style for #main-content to force the main content to start on a new line. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 91b6c4b5fc..87741f4189 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -567,6 +567,7 @@ div.format_icon { #main-content { padding-left: 0px; margin-left: 1em; + clear: both; } #main-content-after-bar {