diff --git a/styles/prosilver/template/portal/_block_config.html b/styles/prosilver/template/portal/_block_config.html index c87b8ea9..edfd608b 100644 --- a/styles/prosilver/template/portal/_block_config.html +++ b/styles/prosilver/template/portal/_block_config.html @@ -2,13 +2,13 @@ - + - + diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 4882c236..502b0cb2 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -130,6 +130,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{ margin: 0; } +.portal-clear { + clear: both; +} + /* RTL language fixes */ .rtl .portal-navigation ul li a{ background-image: url("./images/portal/arrowbullet_rtl.gif");