1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Fixed incorrect margins for buttons in Firefox and Safari

This commit is contained in:
squidfunk 2018-02-21 21:23:37 +01:00
parent 323f83808a
commit 468c1a7543
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -48,7 +48,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.9b572555.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.9d8fef76.css">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
{% endif %}

View File

@ -117,6 +117,7 @@ th {
// Reset (native) button styles
button {
margin: 0;
padding: 0;
border: 0;
outline-style: none;