Commit f6f1457a authored by Julius Volz's avatar Julius Volz

Add proper SoundCloud logo to footer.

parent 4439d666
......@@ -5,6 +5,6 @@
© Prometheus Authors 2015
</p>
<p class="pull-right">
Brought to you by <a href="http://soundcloud.com/" class="sc-logo" title="Go to SoundCloud.com"><i class="fa fa-soundcloud"></i> SoundCloud</a>
Brought to you by <a href="http://soundcloud.com/" class="sc-logo" title="Go to SoundCloud.com"><img src="/assets/sc_sbs_grey_96x12.png"></a>
</p>
</footer>
......@@ -49,13 +49,14 @@ body {
color: #555;
}
a.sc-logo {
color: #000;
text-decoration: none;
footer {
font-size: 12px;
color: #333;
}
footer p {
float: left;
a.sc-logo img {
margin-left: 3px;
margin-bottom: 2px;
}
/* Docs-related styles. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment