diff --git a/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml b/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml index a45f971213..667ec0e2cc 100644 --- a/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml +++ b/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml @@ -34,15 +34,15 @@ social-portlet - ImagesPortlet + BannerPortlet Everyone false - + Everyone + template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl"> *:/platform/users @@ -62,7 +62,7 @@ + template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl"> *:/platform/users diff --git a/webapp/src/main/webapp/skin/less/newsPageTemplate.less b/webapp/src/main/webapp/skin/less/newsPageTemplate.less index f731386c49..2e2d38ca98 100644 --- a/webapp/src/main/webapp/skin/less/newsPageTemplate.less +++ b/webapp/src/main/webapp/skin/less/newsPageTemplate.less @@ -1,19 +1,10 @@ - -#topNewsPage { - margin-bottom: 10px; -} - #newsBodyPageChildren { display: flex; .newsBodyPageLeftColumn { width: 75%; - margin-left: 15px ~'; /** orientation=rt */ '; - margin-right: 15px ~'; /** orientation=lt */ '; } .newsBodyPageRightColumn { width: 25%; - margin-left: 15px ~'; /** orientation=lt */ '; - margin-right: 15px ~'; /** orientation=rt */ '; } }