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 %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
|
||||
|
@ -77,11 +77,12 @@ kbd {
|
||||
}
|
||||
|
||||
// Default spacing
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
blockquote {
|
||||
figure,
|
||||
blockquote,
|
||||
pre {
|
||||
display: flow-root;
|
||||
margin: 1em 0;
|
||||
}
|
||||
@ -216,8 +217,6 @@ kbd {
|
||||
// Unformatted content
|
||||
pre {
|
||||
position: relative;
|
||||
display: flow-root;
|
||||
margin: 1em 0;
|
||||
line-height: 1.4;
|
||||
|
||||
// Code block
|
||||
|
@ -38,7 +38,7 @@
|
||||
details {
|
||||
@extend .admonition;
|
||||
|
||||
display: block;
|
||||
display: flow-root;
|
||||
padding-top: 0;
|
||||
overflow: visible;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user