From bfda0d74f476629afa3c9934d29501dce3ef9991 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 11:24:39 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.43.2