mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
T210: Made the Poniverse credit Firefox-friendly.
This commit is contained in:
parent
1807b9a6ee
commit
5f064bcd0e
2 changed files with 7 additions and 5 deletions
10
resources/assets/styles/layout.less
vendored
10
resources/assets/styles/layout.less
vendored
|
@ -123,19 +123,21 @@ header {
|
|||
}
|
||||
|
||||
&.x-poniverseCredit {
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
padding: 10px;
|
||||
bottom: 0;
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 90%;
|
||||
text-transform: lowercase;
|
||||
margin: 0.5em 0;
|
||||
margin: 7px 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<li><a href="/register" target="_self">Register</a></li>
|
||||
@endif
|
||||
<li class="x-poniverseCredit">
|
||||
<a href="https://poniverse.net/" title="Poniverse: The Pony Supercommunity">
|
||||
<a href="https://poniverse.net/" title="Poniverse: The Pony Supercommunity" target="_blank">
|
||||
<span>A community project by</span>
|
||||
<img src="/images/poniverse.svg" alt="Poniverse logo"/>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue