mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-25 21:58:40 +01:00
Fixed annotations in figure captions
This commit is contained in:
parent
672c40333b
commit
33452c92ea
File diff suppressed because one or more lines are too long
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.6543a935.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.76a95c52.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.06af60db.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||||
|
@ -145,7 +145,9 @@
|
|||||||
|
|
||||||
// Annotation
|
// Annotation
|
||||||
.md-annotation {
|
.md-annotation {
|
||||||
|
font-style: initial;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
text-align: initial;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user