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

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 12 19:09:48 UTC 2020


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

New commits:
commit 996909e80712157f57b650fec7b529320398dd4f
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Thu Mar 12 13:09:19 2020 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Mar 12 13:09:19 2020 -0600

    Helponline: Make that image shadow look not tacky
    
    Change-Id: I7e0b370ad883e787a8c7b7970d8d96653e577f8e

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 69f93543b..f9a1edd4a 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -316,14 +316,14 @@ h6 {
     border:none;
 }
 .screenshot, .genericimage {
-    border-collapse: collapse;
+    border: .5px solid rgba(0,0,0,.1);
+    border-radius: 3px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 2em;
     margin-bottom: 2em;
-    border-style:none;
     display:block;
-    box-shadow: 10px 10px 5px grey;
+    box-shadow: rgba(0,0,0,0.08) 0 1px 5px 0;
 }
 .iconimage {}
 


More information about the Libreoffice-commits mailing list