mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Fixed annotations in figure captions
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user