Skip to content

Commit

Permalink
added s to http in roboto font, added contact link and email not a li…
Browse files Browse the repository at this point in the history
…nk anymore
  • Loading branch information
Zifare committed Nov 27, 2014
1 parent e93de67 commit 45cdab2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions www/footer.html
Expand Up @@ -19,8 +19,8 @@
<div class="col-xs-3">
<ul class="nav nav-stacked">
<li class="footer-titles">Feeling Chatty?</li>
<li class="footer-content"><a href="#"><img src="/assets/img/footer-icons/ask.png" class="icon-ask" width="21px" height="21px">Ask a question on our forums</a></li>
<li class="footer-content"><a href="#"><img src="/assets/img/footer-icons/email.png" class="icon-email" width="18px" height="12px">info@omniwallet.org</a></li>
<li class="footer-content"><a href="/about/contact"><img src="/assets/img/footer-icons/ask.png" class="icon-ask" width="21px" height="21px">Ask a question on our forums</a></li>
<li class="footer-email"><img src="/assets/img/footer-icons/email.png" class="icon-email" width="18px" height="12px">info@omniwallet.org</li>
<li class="footer-suggestions">We welcome your suggestions</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Expand Up @@ -25,7 +25,7 @@
<script src="/js/config.js"></script>

<link href='https://fonts.googleapis.com/css?family=Gudea:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>

<script src="/socket.io/socket.io.js"></script>
<script> var socket = io(); </script>
Expand Down
10 changes: 9 additions & 1 deletion www/theme.css
Expand Up @@ -412,6 +412,14 @@ a:hover i.icon-twitter{
color: #bfd4f2;
}

.footer-email {
font-size: 13px;
font-family: 'roboto';
color: #9cb7de;
margin-top: 10px !important;
margin-left: 17px !important;
}

.footer-social {
font-size: 13px;
font-family: 'roboto';
Expand All @@ -428,7 +436,7 @@ a:hover i.icon-twitter{
font-size: 13px;
color: #ffffff;
font-family: 'roboto';
margin-top: 39px !important;
margin-top: 41px !important;
margin-left: 15px !important;
}

Expand Down

0 comments on commit 45cdab2

Please sign in to comment.