Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</div>
<div class="navbar">
<div class="container">
<div class="row">
<div class="nav navbar col-md-8 col-xs-12">
<p class="navbar-text">
<span class="text-muted">© Manta Media Inc. All rights reserved</span><br/>
Expand All @@ -27,15 +26,12 @@
<span> - <a href="http://www.manta.com/coms2/page_site_map">Site Map</a></span>
</p>
</div>
<div class="nav navbar-right col-md-4 col-xs-12">
<ul class="nav navbar-nav">
<li><a href="http://blog.manta.com/" target="_blank"><span class="icomanta icon-manta h5"></span> <span><strong>Blog</strong></span></a></li>
<li><a href="http://twitter.com/Manta" target="_blank"><span class="icomanta icon-twitter h5"></span> <span><strong>Twitter</strong></span></a></li>
<li><a href="http://facebook.com/mantacom" target="_blank"><span class="icomanta icon-facebook h5"></span> <span><strong>Facebook</strong></span></a></li>
<li><a href="https://plus.google.com/116991505962569250048" target="_blank"><span class="icomanta icon-google-plus h5"></span> <span><strong>Google+</strong></span></a></li>
</ul>
<div class="nav navbar-right col-md-4 col-xs-12 text-center" style="margin-top:30px;">
<a href="http://blog.manta.com/" target="_blank"><span class="icomanta icon-manta h5"></span> <span><strong>Blog</strong></span></a>
<a href="http://twitter.com/Manta" target="_blank"><span class="icomanta icon-twitter h5"></span> <span><strong>Twitter</strong></span></a>
<a href="http://facebook.com/mantacom" target="_blank"><span class="icomanta icon-facebook h5"></span> <span><strong>Facebook</strong></span></a>
<a href="https://plus.google.com/116991505962569250048" target="_blank"><span class="icomanta icon-google-plus h5"></span> <span><strong>Google+</strong></span></a>
</div>
</div>
</div>
</div>

Expand Down
16 changes: 16 additions & 0 deletions dist/css/bootstrap-manta.css
Original file line number Diff line number Diff line change
Expand Up @@ -7411,6 +7411,22 @@ h6.strong,
}
}

.icon-manta:before {
color: #FBB919;
}

.icon-twitter:before {
color: #4099FF;
}

.icon-facebook:before {
color: #3B5998;
}

.icon-google-plus:before {
color: #c63d2d;
}

@font-face {
font-family: 'icomanta';
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-manta.min.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions less/manta-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,19 @@ h1.strong,h2.strong,h3.strong,h4.strong,h5.strong,h6.strong,

//------------------ fonts ---------------------------

.icon-manta:before{
color:#FBB919;
}
.icon-twitter:before{
color:#4099FF;
}
.icon-facebook:before{
color:#3B5998;
}
.icon-google-plus:before{
color:#c63d2d;
}

@font-face {
font-family: 'icomanta';
src: url('@{icon-font-path}@{mantaicon-font-name}.eot');
Expand Down
2 changes: 1 addition & 1 deletion less/manta-glyphicons.less
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@
}
.icon-bulb-manta:before {
content: "\e642";
}
}