mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added more bottom spacing for image captions
This commit is contained in:
@@ -90,7 +90,6 @@ _Result_:
|
|||||||
<figcaption>Image caption</figcaption>
|
<figcaption>Image caption</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
### Image lazy-loading
|
### Image lazy-loading
|
||||||
|
|
||||||
Modern browsers provide [native support for lazy-loading images][4] through the
|
Modern browsers provide [native support for lazy-loading images][4] through the
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.581c8fc6.min.js.map",
|
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.581c8fc6.min.js.map",
|
||||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.5eca75d3.min.js",
|
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.5eca75d3.min.js",
|
||||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.5eca75d3.min.js.map",
|
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.5eca75d3.min.js.map",
|
||||||
"assets/stylesheets/main.css": "assets/stylesheets/main.077507d7.min.css",
|
"assets/stylesheets/main.css": "assets/stylesheets/main.4a9ebb79.min.css",
|
||||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.077507d7.min.css.map",
|
"assets/stylesheets/main.css.map": "assets/stylesheets/main.4a9ebb79.min.css.map",
|
||||||
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.9514a156.min.css",
|
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.9514a156.min.css",
|
||||||
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.9514a156.min.css.map",
|
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.9514a156.min.css.map",
|
||||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.ff0a5ce4.min.css",
|
"assets/stylesheets/palette.css": "assets/stylesheets/palette.ff0a5ce4.min.css",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
material/assets/stylesheets/main.4a9ebb79.min.css
vendored
Normal file
3
material/assets/stylesheets/main.4a9ebb79.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.4a9ebb79.min.css.map
Normal file
1
material/assets/stylesheets/main.4a9ebb79.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -44,7 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.077507d7.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4a9ebb79.min.css' | url }}">
|
||||||
{% if palette.scheme or palette.primary or palette.accent %}
|
{% if palette.scheme or palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ff0a5ce4.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ff0a5ce4.min.css' | url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -457,7 +457,7 @@ kbd {
|
|||||||
// Figure captions
|
// Figure captions
|
||||||
figcaption {
|
figcaption {
|
||||||
max-width: px2rem(480px);
|
max-width: px2rem(480px);
|
||||||
margin: 0.5em auto;
|
margin: 0.5em auto 2em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user