From: "Hannes Dürr" <h.duerr@proxmox.com>
To: "Proxmox Backup Server development discussion"
<pbs-devel@lists.proxmox.com>,
"Fabian Grünbichler" <f.gruenbichler@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox-backup v2 2/3] docs: add custom class for svgs
Date: Mon, 8 Apr 2024 12:57:08 +0200 [thread overview]
Message-ID: <18a6ca88-56a4-48f8-9097-02ec08e9da3f@proxmox.com> (raw)
In-Reply-To: <1712568202.uecwkgtrfn.astroid@yuna.none>
On 4/8/24 11:23, Fabian Grünbichler wrote:
> On April 5, 2024 3:05 pm, Hannes Duerr wrote:
>> Unfortunately, the width attribute for svgs is ignored in sphinx version
>> 5.3.0. Therefore we create a class which applies a width of 100% as we
>> want svgs
>>
>> Signed-off-by: Hannes Duerr <h.duerr@proxmox.com>
>> ---
>> docs/_static/custom.css | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/docs/_static/custom.css b/docs/_static/custom.css
>> index 7022b532..8c3c3e19 100644
>> --- a/docs/_static/custom.css
>> +++ b/docs/_static/custom.css
> wrong path ;) this is the copy in the generated part of the docs, the
> source is ./docs/custom.css
In Version two i added that the patch series builds on top of another
series,
where the source of the file was changed.
>> @@ -10,6 +10,11 @@ h1.logo-name {
>> div.body img {
>> width: 250px;
>> }
>> +
>> +div.body img.proxmox-svg {
>> + width: 100%;
>> +}
>> +
>> pre {
>> padding: 5px 10px;
>> }
>> --
>> 2.39.2
>>
>>
>>
>> _______________________________________________
>> pbs-devel mailing list
>> pbs-devel@lists.proxmox.com
>> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>>
>>
>>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
next prev parent reply other threads:[~2024-04-08 10:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-05 13:05 [pbs-devel] [PATCH proxmox-backup v2 0/3] docs: clarify and expand the description of the garbage collection Hannes Duerr
2024-04-05 13:05 ` [pbs-devel] [PATCH proxmox-backup v2 1/3] docs: centralise and update garbage collection description Hannes Duerr
2024-04-08 9:20 ` Fabian Grünbichler
2024-04-10 13:38 ` Hannes Dürr
2024-04-11 7:22 ` Fabian Grünbichler
2024-04-05 13:05 ` [pbs-devel] [PATCH proxmox-backup v2 2/3] docs: add custom class for svgs Hannes Duerr
2024-04-08 9:23 ` Fabian Grünbichler
2024-04-08 10:57 ` Hannes Dürr [this message]
2024-04-05 13:05 ` [pbs-devel] [PATCH proxmox-backup v2 3/3] docs: add garbage collection timing example Hannes Duerr
2024-04-08 9:35 ` Fabian Grünbichler
2024-04-08 11:11 ` Hannes Dürr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18a6ca88-56a4-48f8-9097-02ec08e9da3f@proxmox.com \
--to=h.duerr@proxmox.com \
--cc=f.gruenbichler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal