help3xsl/default.css              |    7 +++++++
 source/text/scalc/01/02120000.xhp |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 351c8deffe2a9ece440ae92c1a07df9c6376c9e4
Merge: 8fcf878692 ec96a00d9d
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Fri Jul 12 19:17:12 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Jul 12 19:17:12 2024 +0200

    Merge tag 'libreoffice-24.2.5.2' into feature/cib_contract49c
    
    Tag libreoffice-24.2.5.2
    
    Change-Id: I29e254e4455cc0e1e4eca0ecfd81f61ee9c48fc4

commit ec96a00d9dcae771c6ac874df366cea9b5416617
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Jul 10 17:12:43 2024 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Jul 10 17:12:43 2024 +0200

    Version 24.2.5.2, tag libreoffice-24.2.5.2
    
    Change-Id: I5c2180742012b51fdbd558428157c04b765d3d21
commit bd8f79527d98eec324870c640af048a420939938
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Sun Jun 30 19:39:27 2024 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Sun Jun 30 19:39:27 2024 +0200

    Branch libreoffice-24-2-5
    
    This is 'libreoffice-24-2-5' - the stable branch for the 24.2.5 release.
    Only very safe changes, reviewed by three people are allowed.
    
    If you want to commit more complicated fix for the next 24.2.x release,
    please use the 'libreoffice-24-2' branch.
    
    If you want to build something cool, unstable, and risky, use master.
    
    Change-Id: Ic6be4df47fb8f9ec01383d39a7e29bc1d615047c
commit 1141bf7d15c24f3e053785dbbc60d8acf22cdc6f
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Tue Jun 4 20:22:12 2024 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Jun 4 20:04:03 2024 +0200

    tdf#161413 Don't allow note icon SVGs to shrink
    
    Change-Id: I0d760f0e784f3ef2beb0fa9f80fdb52f7222b298
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168411
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Jenkins
    (cherry picked from commit 1eb2e622fbd81928bc7e8b48f75332c787c01225)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168328
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 969ba50a73..dda3942ac4 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -189,6 +189,9 @@ img[src$=".svg"] {
 .noteicon, .notetext {
     padding:0.3em;
 }
+.noteicon {
+    flex-shrink: 0;
+}
 /* Override some Prism.js styles */
 code[class*="language-"], pre[class*="language-"] {
     white-space: pre-wrap;
commit d5b7f6808b445825fc80c1f1ec9c1c970a64bf76
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Tue Jun 4 12:35:25 2024 +0300
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Jun 4 19:55:20 2024 +0200

    tdf#161413 Prevent SVGs without width from overflowing the container
    
    Change-Id: Idaf3a4f4d0d286520565623b29bbc186fbfd79d8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168400
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    (cherry picked from commit b256e08a31624c1c55894b4f11065c75423af30e)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168327
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 2a1fb17cb8..969ba50a73 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -126,6 +126,10 @@ pre,
     font-family: var(--font_mono);
     word-wrap: anywhere;
 }
+/* prevent SVGs without width from overflowing the container */
+img[src$=".svg"] {
+    max-width: 100%;
+}
 .literal {
     white-space: normal;
 }
commit 9870350ad93b6d2cdbbf037e120a5d9a50ccd919
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Sat May 25 17:43:02 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun May 26 04:37:00 2024 +0200

    Fix bad links in help page
    
    ...after commit 2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a
    "tdf#155876 UI cmds Calc-Insert menu (18)"
    
    Change-Id: I63130ed5a60defa8b917d1ffe24d3223eeab1002
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168053
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/scalc/01/02120000.xhp 
b/source/text/scalc/01/02120000.xhp
index e8e06a7171..4ea8b53270 100644
--- a/source/text/scalc/01/02120000.xhp
+++ b/source/text/scalc/01/02120000.xhp
@@ -32,9 +32,9 @@
 </section>
 <paragraph id="par_id3153415" role="paragraph">The 
<emph>Headers/Footers</emph> dialog contains the tabs for defining headers and 
footers. There will be separate tabs for the left and right page headers and 
footers if the <emph>Same content left/right</emph> option was not marked in 
the <link href="text/scalc/01/05070000.xhp"><emph>Page Style</emph></link> 
dialog.</paragraph>
 <section id="howtoget">
-<embed href="text/scalc/00/00000402.xhp#kopffuss"/>
+<embed href="text/scalc/00/00000404.xhp#par_id3159233"/>
 </section>
-<embed href="text/scalc/01/02120100.xhp#header"/>
+<embed href="text/scalc/01/02120100.xhp#headerfooter"/>
 <embed href="text/shared/00/00000001.xhp#reset"/>
 </body>
 </helpdocument>

Reply via email to