mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +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 %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||
|
@ -145,7 +145,9 @@
|
||||
|
||||
// Annotation
|
||||
.md-annotation {
|
||||
font-style: initial;
|
||||
font-weight: 400;
|
||||
text-align: initial;
|
||||
white-space: normal;
|
||||
vertical-align: text-bottom;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user