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
Feature/26194
Massimiliano Assante 8 years ago
parent ee1bd74bb5
commit 6f45e2152e

@ -7,9 +7,6 @@
<dependent-module archiveName="session-checker-1.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/session-checker/session-checker">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="pickitem-widget-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/pickitem-widget/pickitem-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="gcube-widgets-2.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gcube-widgets/gcube-widgets">
<dependency-type>uses</dependency-type>
</dependent-module>

@ -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;

Loading…
Cancel
Save