mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed image alignment and details inline positioning
This commit is contained in:
parent
0b2e14056a
commit
a17b6375f0
2
material/assets/stylesheets/main.82de3023.min.css
vendored
Normal file
2
material/assets/stylesheets/main.82de3023.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.82de3023.min.css.map
Normal file
1
material/assets/stylesheets/main.82de3023.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a3f8f96a.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.82de3023.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
|
||||||
|
@ -77,11 +77,12 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Default spacing
|
// Default spacing
|
||||||
p,
|
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
dl,
|
dl,
|
||||||
blockquote {
|
figure,
|
||||||
|
blockquote,
|
||||||
|
pre {
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
@ -216,8 +217,6 @@ kbd {
|
|||||||
// Unformatted content
|
// Unformatted content
|
||||||
pre {
|
pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flow-root;
|
|
||||||
margin: 1em 0;
|
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
// Code block
|
// Code block
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
details {
|
details {
|
||||||
@extend .admonition;
|
@extend .admonition;
|
||||||
|
|
||||||
display: block;
|
display: flow-root;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user