Commit f6f1457a authored by Julius Volz's avatar Julius Volz

Add proper SoundCloud logo to footer.

parent 4439d666
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
© Prometheus Authors 2015 © Prometheus Authors 2015
</p> </p>
<p class="pull-right"> <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> </p>
</footer> </footer>
...@@ -49,13 +49,14 @@ body { ...@@ -49,13 +49,14 @@ body {
color: #555; color: #555;
} }
a.sc-logo { footer {
color: #000; font-size: 12px;
text-decoration: none; color: #333;
} }
footer p { a.sc-logo img {
float: left; margin-left: 3px;
margin-bottom: 2px;
} }
/* Docs-related styles. */ /* 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