[Libreoffice-commits] help.git: help3xsl/default.css

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 11 18:06:49 UTC 2019


 help3xsl/default.css |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 404ff19a22ea45cc7b84e5a6874beca8949ca165
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Oct 11 14:56:19 2019 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri Oct 11 20:06:25 2019 +0200

    Fix top row of page grid
    
    Change-Id: I9ae465ac9d00df5561157e0872217a1e8a09e159
    Reviewed-on: https://gerrit.libreoffice.org/80678
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index a68fc0067..1710f1e52 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -582,6 +582,8 @@ li.disabled a {
 }
 .donation-frame {
     background: #18A303;
+    position: sticky;
+    top: 0px;
 }
 .donation{
     background: #0379BC;
@@ -610,6 +612,8 @@ li.disabled a {
 }
 .search-frame {
     background: #18A303;
+    top: 0px;
+    position: sticky;
 }
 .xapian-omega-search {
     margin: auto;


More information about the Libreoffice-commits mailing list