Merge branch 'master' of github.com:martinrotter/rssguard

This commit is contained in:
Martin Rotter 2023-04-24 09:56:09 +02:00
commit 99b031e4fb
5 changed files with 15 additions and 2 deletions

View file

@ -156,6 +156,11 @@ cite {
font-weight: bold !important; font-weight: bold !important;
} }
// override if width is defined in element's style attribute
figure {
max-width: 100%;
}
figure > img { figure > img {
display: block; display: block;
} }

View file

@ -140,6 +140,10 @@ cite {
font-weight: bold !important; font-weight: bold !important;
} }
figure {
max-width: 100%;
}
figure > img { figure > img {
display: block; display: block;
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin version="0.1.5" base="nudus-base"> <skin version="0.1.6" base="nudus-base">
<author> <author>
<name>akinokonomi, martinrotter</name> <name>akinokonomi, martinrotter</name>
</author> </author>

View file

@ -140,6 +140,10 @@ cite {
font-weight: bold !important; font-weight: bold !important;
} }
figure {
max-width: 100%;
}
figure > img { figure > img {
display: block; display: block;
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin version="0.1.5" base="nudus-base"> <skin version="0.1.6" base="nudus-base">
<author> <author>
<name>akinokonomi, martinrotter</name> <name>akinokonomi, martinrotter</name>
</author> </author>