[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - help3xsl/default.css

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 23 09:10:11 UTC 2018


 help3xsl/default.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9e4081ac632a0fb39c92253899e6f22cb5336142
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Aug 22 18:08:04 2018 -0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Aug 23 11:09:51 2018 +0200

    Add some space between warning/note/tip boxes
    
    Change-Id: I37b9bf85cbe2b3e101c5ba4c71391692b2a65425
    Reviewed-on: https://gerrit.libreoffice.org/59473
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    (cherry picked from commit df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0)
    Reviewed-on: https://gerrit.libreoffice.org/59492
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 88c24facf..0f1967ceb 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -137,6 +137,7 @@ pre,
     border-radius: 0 4px 4px 0;
     box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);
     padding: 0.2em;
+    margin-top: 15px;
 }
 .note {
     border-left: 4px solid #FFDE09;
@@ -755,7 +756,7 @@ li.disabled a {
         background-color: #F4F7F7;
         border-right: 1px solid rgba(0,0,0,0.04);
         float: left;
-        width: 320px;        
+        width: 320px;
     }
     .leftside {
         grid-area: leftside;


More information about the Libreoffice-commits mailing list