Skip to content

Commit

Permalink
Fixed image alignment and details inline positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 24, 2021
1 parent 0b2e140 commit a17b637
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions material/assets/stylesheets/main.82de3023.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.82de3023.min.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions material/assets/stylesheets/main.a3f8f96a.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.a3f8f96a.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a3f8f96a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.82de3023.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
Expand Down
7 changes: 3 additions & 4 deletions src/assets/stylesheets/main/_typeset.scss
Expand Up @@ -77,11 +77,12 @@ kbd {
}

// Default spacing
p,
ul,
ol,
dl,
blockquote {
figure,
blockquote,
pre {
display: flow-root;
margin: 1em 0;
}
Expand Down Expand Up @@ -216,8 +217,6 @@ kbd {
// Unformatted content
pre {
position: relative;
display: flow-root;
margin: 1em 0;
line-height: 1.4;

// Code block
Expand Down
Expand Up @@ -38,7 +38,7 @@
details {
@extend .admonition;

display: block;
display: flow-root;
padding-top: 0;
overflow: visible;

Expand Down

0 comments on commit a17b637

Please sign in to comment.