Skip to content

Commit 33452c9

Browse files
committed
Fixed annotations in figure captions
1 parent 672c403 commit 33452c9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

material/templates/assets/stylesheets/main.6543a935.min.css renamed to material/templates/assets/stylesheets/main.76a95c52.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/assets/stylesheets/main.6543a935.min.css.map renamed to material/templates/assets/stylesheets/main.76a95c52.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% endif %}
4545
{% endblock %}
4646
{% block styles %}
47-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6543a935.min.css' | url }}">
47+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.76a95c52.min.css' | url }}">
4848
{% if config.theme.palette %}
4949
{% set palette = config.theme.palette %}
5050
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

src/templates/assets/stylesheets/main/components/_tooltip.scss

+2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@
145145

146146
// Annotation
147147
.md-annotation {
148+
font-style: initial;
148149
font-weight: 400;
150+
text-align: initial;
149151
white-space: normal;
150152
vertical-align: text-bottom;
151153
outline: none;

0 commit comments

Comments
 (0)