mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixes #77: Replace linebreak in footer with CSS solution
This commit is contained in:
@@ -39,10 +39,9 @@
|
|||||||
<div class="md-footer-meta__inner md-grid">
|
<div class="md-footer-meta__inner md-grid">
|
||||||
<div class="md-footer-copyright">
|
<div class="md-footer-copyright">
|
||||||
{% if config.copyright %}
|
{% if config.copyright %}
|
||||||
<span class="md-footer-copyright__highlight">
|
<div class="md-footer-copyright__highlight">
|
||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</span>
|
</div>
|
||||||
<br>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
powered by
|
powered by
|
||||||
<a href="http://www.mkdocs.org">MkDocs</a>
|
<a href="http://www.mkdocs.org">MkDocs</a>
|
||||||
|
|||||||
@@ -78,10 +78,9 @@
|
|||||||
<!-- Copyright and theme information -->
|
<!-- Copyright and theme information -->
|
||||||
<div class="md-footer-copyright">
|
<div class="md-footer-copyright">
|
||||||
{% if config.copyright %}
|
{% if config.copyright %}
|
||||||
<span class="md-footer-copyright__highlight">
|
<div class="md-footer-copyright__highlight">
|
||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</span>
|
</div>
|
||||||
<br />
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
powered by
|
powered by
|
||||||
<a href="http://www.mkdocs.org">MkDocs</a>
|
<a href="http://www.mkdocs.org">MkDocs</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user