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=bfda0d74f476629afa3c9934d29501dce3ef9991;p=evergreen%2Fequinox.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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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 {