Added pandoc table styles to specimen

This commit is contained in:
squidfunk
2016-12-18 14:02:20 +01:00
parent 2c8a324324
commit 2ae22c2e3b
5 changed files with 36 additions and 31 deletions

View File

@@ -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;
}

View File

@@ -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>