diff --git a/.classpath b/.classpath index f6157f5..2c64baf 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,5 +30,5 @@ - + diff --git a/.settings/org.eclipse.jst.jsp.core.prefs b/.settings/org.eclipse.jst.jsp.core.prefs new file mode 100644 index 0000000..3a5c98d --- /dev/null +++ b/.settings/org.eclipse.jst.jsp.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +validateFragments=false +validation.use-project-settings=true diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index f85d29f..bc9abba 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,10 +1,10 @@ - + - + uses diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 4045d87..b3a52d7 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -4,4 +4,5 @@ + diff --git a/distro/changelog.xml b/distro/changelog.xml index 421c417..32d9354 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Minor Restyle + Added Client scope handler, to set the scope from the client diff --git a/pom.xml b/pom.xml index 232fc43..2f3d69e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user top-topics war - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT Top Topics Portlet Top Topics Portle shows the top 10 topics in the scope where is deployed. diff --git a/src/main/webapp/TopTopics.css b/src/main/webapp/TopTopics.css index 42e452e..a857745 100644 --- a/src/main/webapp/TopTopics.css +++ b/src/main/webapp/TopTopics.css @@ -1,7 +1,3 @@ -#Trending-Topics-Container { - margin-right: 10px; -} - .topic-title { display: block; font-size: 16px;