Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrossetto committed Jan 30, 2016
1 parent 14d3681 commit 0cf3ff0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
-webkit-overflow-scrolling: touch;
background: #21b2a6;
background: #8DC4EF;
color: #ffffff;
height: 100%;
max-width: 80%;
Expand Down
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2E3842">
<link rel="icon" href="images/favicon.ico">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
Expand All @@ -30,10 +31,8 @@ <h1><a href="index.html"><img id="logo_top" src="images/PIP_top_compressed.png"/
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="#">Sign Up</a></li>
<li><a href="#">Log In</a></li>
<li><a href="#">Chi siamo</a></li>
<li><a href="#">Gli incontri</a></li>
</ul>
</div>
</li>
Expand Down
1 change: 1 addition & 0 deletions js/js/FeedEk.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
$.each(data.query.results.rss, function (e, itm) {
if(itm.channel.item.title.toLowerCase().indexOf("wallflux") == -1 && itm.channel.item.description.toLowerCase().indexOf("wallflux") == -1){
itm.channel.item.title = itm.channel.item.title.replace("Group wall post by" , "Pubblicato da :");
s += '<li class="icon fa-facebook"><h3><a href="' + itm.channel.item.link + '" target="' + def.TitleLinkTarget + '" >' + itm.channel.item.title + '</a></h3>';

if (def.ShowPubDate){
Expand Down

0 comments on commit 0cf3ff0

Please sign in to comment.