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

New commits:
commit df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Wed Aug 22 18:08:04 2018 -0300
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Aug 23 05:35:20 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 <fit...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to