mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed incorrect margins for buttons in Firefox and Safari
This commit is contained in:
parent
323f83808a
commit
468c1a7543
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/application.9d8fef76.css
Normal file
2
material/assets/stylesheets/application.9d8fef76.css
Normal file
File diff suppressed because one or more lines are too long
@ -48,7 +48,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% 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 %}
|
{% if palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -117,6 +117,7 @@ th {
|
|||||||
|
|
||||||
// Reset (native) button styles
|
// Reset (native) button styles
|
||||||
button {
|
button {
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user