mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
Fix footer img
This commit is contained in:
@@ -224,7 +224,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-lightbox] img {
|
[data-lightbox] img {
|
||||||
padding: 0;
|
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -173,7 +173,6 @@ li pre {
|
|||||||
// ----------------------
|
// ----------------------
|
||||||
[data-lightbox] {
|
[data-lightbox] {
|
||||||
img {
|
img {
|
||||||
padding: 0.25rem;
|
|
||||||
border: 1px solid var(--theme-light-bg);
|
border: 1px solid var(--theme-light-bg);
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
}
|
}
|
||||||
@@ -185,7 +184,7 @@ li pre {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__main {
|
.content__body {
|
||||||
figure {
|
figure {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@@ -193,7 +192,7 @@ li pre {
|
|||||||
img {
|
img {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
padding: 1rem;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
|
@@ -5,4 +5,4 @@
|
|||||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
|
||||||
<img height="10" alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
|
<img height="10" alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
@@ -81,7 +81,9 @@
|
|||||||
{%- include "toc.html" %}
|
{%- include "toc.html" %}
|
||||||
|
|
||||||
<div class="content__main">
|
<div class="content__main">
|
||||||
{% block body %} {% endblock %}
|
<div class="content__body">
|
||||||
|
{% block body %} {% endblock %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{%- if pagename != "search-results" %}
|
{%- if pagename != "search-results" %}
|
||||||
{%- include "footer.html" %}
|
{%- include "footer.html" %}
|
||||||
|
Reference in New Issue
Block a user