From 6f45e2152eca726174c5292861eafd5d34f52ce1 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Sun, 15 May 2016 16:32:30 +0000 Subject: [PATCH] fixed sass compiling problem for css git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@128607 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 --- src/main/webapp/NewsFeed.css | 12 ++++-------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index f45228c..d262fb9 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,9 +7,6 @@ uses - - uses - uses diff --git a/src/main/webapp/NewsFeed.css b/src/main/webapp/NewsFeed.css index 6cfaea8..feed2ca 100644 --- a/src/main/webapp/NewsFeed.css +++ b/src/main/webapp/NewsFeed.css @@ -1,9 +1,6 @@ -@import url(https://fonts.googleapis.com/css?family=Architects+Daughter) - ; -/** - *Media queries for phones at the bottom pf this page - * - */ + +/* Media queries for phones at the bottom pf this page */ + table { border-collapse: separate !important; border-spacing: 0; @@ -161,8 +158,7 @@ div#comment-inputContainer textarea.post-comment.comment-dark-color { .feed-filters li { color: #444; - font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, - sans-serif; + font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif; font-size: 15px; float: left; height: 2em;