mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed spacing for definition lists
This commit is contained in:
parent
9cc396315c
commit
8443720155
@ -5,8 +5,8 @@
|
||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.568ba93b.min.js.map",
|
||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.a68abb33.min.js",
|
||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.a68abb33.min.js.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.94fefe80.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.94fefe80.min.css.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.660197c7.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.660197c7.min.css.map",
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.e185632b.min.css",
|
||||
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.e185632b.min.css.map"
|
||||
}
|
3
material/assets/stylesheets/main.660197c7.min.css
vendored
Normal file
3
material/assets/stylesheets/main.660197c7.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.660197c7.min.css.map
Normal file
1
material/assets/stylesheets/main.660197c7.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
@ -41,7 +41,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.94fefe80.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.660197c7.min.css' | url }}">
|
||||
{% if palette.scheme or palette.primary or palette.accent %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e185632b.min.css' | url }}">
|
||||
{% endif %}
|
||||
|
@ -374,7 +374,7 @@ kbd {
|
||||
|
||||
// Definition lists
|
||||
dd {
|
||||
margin: 1em 0 1em px2em(30px, 16px);
|
||||
margin: 1em 0 1.5em px2em(30px, 16px);
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
@ -383,11 +383,6 @@ kbd {
|
||||
}
|
||||
}
|
||||
|
||||
// Definition terms
|
||||
dd + dt {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
// Limit width to container, scale height proportionally
|
||||
img,
|
||||
svg {
|
||||
|
Loading…
Reference in New Issue
Block a user