Skip to content

Commit

Permalink
Make footer less prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Oct 4, 2013
1 parent 06ac718 commit c823e70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
float: right !important;
width: auto;
}
#md-all .md-copyright-footer {
background-color: !important;
}
</style>

<%
Expand Down
6 changes: 3 additions & 3 deletions js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,15 @@
// and may not be removed or hidden to comply with licensing conditions.
function addFooter() {
var navbar = '';
navbar += '<div id="#md-copyright-footer" class="navbar navbar-default navbar-fixed-bottom">';
navbar += '<hr><div class="md-copyright-footer" class="navbar navbar-default navbar-fixed-bottom">';
navbar += '<ul class="nav navbar-nav navbar-left">';
navbar += '<p class="navbar-text">';
navbar += '</p>';
navbar += '</ul>';
navbar += '<ul class="nav navbar-nav navbar-right">';
navbar += '<p class="navbar-text">';
navbar += 'Website created with <a href="http://dynalon.github.io/mdwiki">MDwiki</a> ';
navbar += '(&copy; 2013 Timo D&ouml;rr and contributors.) ';
navbar += 'Website created with <a href="http://www.mdwiki.info">MDwiki</a>. ';
navbar += '&copy; Timo D&ouml;rr and contributors. ';
navbar += '<a href="http://dynalon.github.io/mdwiki">MDwiki</a> is free software licensed under ';
navbar += '<a href="https://github.com/Dynalon/mdwiki/blob/master/LICENSE.txt">GNU GPLv3 (additional terms apply).</a>';
navbar += '</p>';
Expand Down

0 comments on commit c823e70

Please sign in to comment.