mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 12:49:26 +00:00
Added link to GitHub and Troubleshooting in the footer, on the left side
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div id="info">
|
||||
<small>
|
||||
<a href="https://github.com/rembo10/headphones"><i class="fa fa-headphones"></i> Website</a> |
|
||||
<a href="https://github.com/rembo10/headphones/wiki/TroubleShooting"><i class="fa fa-ambulance"></i> Help</a>
|
||||
</small>
|
||||
</div>
|
||||
<div id="actions">
|
||||
<small>
|
||||
<a href="shutdown"><i class="fa fa-power-off"></i> Shutdown</a> |
|
||||
|
||||
@@ -1261,6 +1261,13 @@ div#artistheader h2 a {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
#info {
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
margin-top: -5px;
|
||||
color: #cccccc;
|
||||
}
|
||||
#actions {
|
||||
float: right;
|
||||
text-align: right;
|
||||
|
||||
@@ -938,6 +938,13 @@ div#artistheader {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
#info {
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
margin-top: -5px;
|
||||
color: @border-color;
|
||||
}
|
||||
#actions {
|
||||
float: right;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user