Footer code corrections

This commit is contained in:
Tom Slominski
2015-03-08 15:34:35 +00:00
parent 0f2e159382
commit 1689d330d2
2 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@
<p><?php yourls_e( 'Support for bookmarklets on mobile varies. For example, they work on Chrome for Android but you have to add and sync them from your desktop.', 'isq_translation') ?></p> <p><?php yourls_e( 'Support for bookmarklets on mobile varies. For example, they work on Chrome for Android but you have to add and sync them from your desktop.', 'isq_translation') ?></p>
</div> </div>
<div class="content footer"> <footer class="content site-footer">
<p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>. Designed by <a href="http://tomslominski.net/">Tom Slominski</a>.', 'isq_translation') ?> <a class="icon-github" href="https://github.com/tomslominski/infinity-squared"><?php include('public/images/github.svg'); ?></p> <p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>. Designed by <a href="http://tomslominski.net/">Tom Slominski</a>.', 'isq_translation') ?> <a class="icon-github" href="https://github.com/tomslominski/infinity-squared"><?php include('public/images/github.svg'); ?></a></p>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -260,17 +260,17 @@ svg#url-qr-code {
} }
/* Footer */ /* Footer */
.footer { .site-footer {
text-align: center; text-align: center;
border-top: 2px solid #000; border-top: 2px solid #000;
} }
.footer p { .site-footer p {
font-size: 1.2rem; font-size: 1.2rem;
margin: 0; margin: 0;
} }
.footer a:hover { .site-footer a:hover {
text-decoration: none; text-decoration: none;
border-bottom: dashed 1px #013F6D; border-bottom: dashed 1px #013F6D;
} }