From 213947b7f07e668de6eaa3e23d4ebe719201b8fc Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 25 Jan 2019 14:26:45 +0000 Subject: [PATCH] Minor CSS fix for anchors links font size git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@176822 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- .settings/org.eclipse.wst.common.component | 2 +- distro/changelog.xml | 4 ++++ pom.xml | 2 +- src/main/webapp/NewsFeed.css | 4 ++++ 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index 589b77a..fe331c4 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -39,5 +39,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index ab3de4e..d0b0f2e 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -8,7 +8,7 @@ uses - + uses diff --git a/distro/changelog.xml b/distro/changelog.xml index 147fb00..5c0f2db 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Minor CSS fix for anchors links font size + Removed previous jquery js load script and useless deprecated diff --git a/pom.xml b/pom.xml index a9de664..3258063 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portlets.user news-feed war - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT gCube News Feed Portlet diff --git a/src/main/webapp/NewsFeed.css b/src/main/webapp/NewsFeed.css index 1c44f7e..7d558ea 100644 --- a/src/main/webapp/NewsFeed.css +++ b/src/main/webapp/NewsFeed.css @@ -553,6 +553,10 @@ a.person-link { -webkit-transition: background .45s ease-in-out; } +div.tweet-content a.link { + font-size: 14px; +} + /* For phones*/ @media screen and (max-width: 520px) { .commentsPanel {