mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-02 02:38:53 -04:00
Added pandoc table styles to specimen
This commit is contained in:
@@ -21,14 +21,5 @@
|
||||
////
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Rules
|
||||
// Nothing to see here, move along
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
.md-button {
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
font-size: 13px;
|
||||
padding-left: 2.6rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@@ -168,14 +168,6 @@
|
||||
<!-- Block: content -->
|
||||
{% block content %}
|
||||
|
||||
<!-- Edit button, if URL was defined -->
|
||||
{% if config.edit_uri %}
|
||||
<a class="md-button md-button--edit"
|
||||
href="{{ page.edit_url }}">
|
||||
Edit
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<!--
|
||||
This is a nasty hack that checks whether the content contains
|
||||
a h1 headline. If it doesn't, the page title (or respectively
|
||||
@@ -202,6 +194,13 @@
|
||||
Material
|
||||
</a>
|
||||
theme.
|
||||
|
||||
<!-- Edit button, if URL was defined -->
|
||||
{% if config.edit_uri %}
|
||||
<a href="{{ page.edit_url }}">
|
||||
Edit this page
|
||||
</a>
|
||||
{% endif %}
|
||||
</small>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user