Skip to content

Commit

Permalink
Added link to legal notes to footer
Browse files Browse the repository at this point in the history
Fixes mono#6
  • Loading branch information
akoeplinger committed Jul 16, 2014
1 parent b6018b7 commit da5d716
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ <h1><a href="{{ site.github.url }}/"><img src="{{ site.github.url }}/images/mono
<div class="small-12 columns">
<div class="left">
<strong>&copy; {{site.time | date: '%Y'}} Mono Project</strong>
<br/>
<div id="footer-notes">
<a href="{{ site.github.url }}/docs/about-mono/legal/">Legal Notices</a>
</div>
</div>
<div class="right">
<a href="{{ site.github.url }}/atom.xml" title="RSS feed">
Expand Down
9 changes: 9 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ footer {
padding: 25px 0;
}

#footer-notes {
margin-top: 5px;
font-size: 15px;
}

#footer-notes a {
color: #969696;
}

footer ul {
font-size: 0.85em;
}
Expand Down

0 comments on commit da5d716

Please sign in to comment.